Html Css Color HEX #553CA0 Daisy Bush

📋 copy color: '#553CA0'

red 85 ◦ green 60 ◦ blue 160

#553CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #553CA0

Tints of Daisy Bush #553CA0

RGB

 RED value IS 85 (33.59% from 255) = 27.87%

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 160 (62.89% from 255) = 52.46%

R = 27.87%
G = 19.67%
B = 52.46%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#553CA0 (or 0x553CA0) is known color: Daisy Bush. HEX triplet: 55, 3C and A0. RGB value is (85,60,160). Sum of RGB (Red+Green+Blue) = 85+60+160=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #553CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CA0 is #AAC35F. Grayscale: #4E4E4E. Windows color (decimal): -11191136 or 10501205. OLE color: 10501205.

HSL color Cylindrical-coordinate representation of color #553CA0: hue angle of 255º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553CA0 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 60 160 -
CMYK 0.47 0.62 0 0.37
HSL 255º 0.45% 0.43% -
HSV(B) 255º 0.63% 0.63% -
XYZ 11.71 7.7 34.13 -
YUV 78.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 85 60 160 0.47 0.62 0 0.37 255 0.45 0.43
Hex 55 3C A0 2F 3E 0 25 FF 2D 2B
Octal 125 74 240 57 76 0 45 377 55 53
Binary 1010101 111100 10100000 101111 111110 0 100101 11111111 101101 101011

Color Harmonies of #553CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CA0

Black with #553CA0

Text Example


Text Example

White with #553CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553CA0; }

 p { color: rgb(85,60,160); }

 H1.HeaderClassName
 {
   color: #553CA0;
 }
 .AnyTagClassName
 {
   color: #553CA0;
 }
</style>

background-color css

<style>
 a { background-color: #553CA0; }

 a { background-color: rgb(85,60,160); }

 div.DivClassName
 {
   background-color: #553CA0;
 }
 .BgClassName
 {
   background-color: #553CA0;
 }
</style>

border-color css

<style>
 span { border-color: #553CA0; }

 span { border-color: rgb(85,60,160); }

 td.TdClassName
 {
   border-color: #553CA0;
 }
 .TagClassName
 {
   border-color: #553CA0;
 }
</style>