Html Css Color HEX #553E99 Daisy Bush

📋 copy color: '#553E99'

red 85 ◦ green 62 ◦ blue 153

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

Shades of Daisy Bush #553E99

Tints of Daisy Bush #553E99

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 28.33%
G = 20.67%
B = 51%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#553E99 (or 0x553E99) is known color: Daisy Bush. HEX triplet: 55, 3E and 99. RGB value is (85,62,153). Sum of RGB (Red+Green+Blue) = 85+62+153=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #553E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E99 is #AAC166. Grayscale: #4E4E4E. Windows color (decimal): -11190631 or 10042965. OLE color: 10042965.

HSL color Cylindrical-coordinate representation of color #553E99: hue angle of 255.16º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553E99 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 62 153 -
CMYK 0.44 0.59 0 0.4
HSL 255.16º 0.42% 0.42% -
HSV(B) 255.16º 0.59% 0.6% -
XYZ 11.22 7.68 31.03 -
YUV 79.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 85 62 153 0.44 0.59 0 0.4 255.16 0.42 0.42
Hex 55 3E 99 2C 3B 0 28 FF 2A 2A
Octal 125 76 231 54 73 0 50 377 52 52
Binary 1010101 111110 10011001 101100 111011 0 101000 11111111 101010 101010

Color Harmonies of #553E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553E99

Black with #553E99

Text Example


Text Example

White with #553E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,62,153); }

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

background-color css

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

 a { background-color: rgb(85,62,153); }

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

border-color css

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

 span { border-color: rgb(85,62,153); }

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