Html Css Color HEX #553676 Kingfisher Daisy

📋 copy color: '#553676'

red 85 ◦ green 54 ◦ blue 118

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

Shades of Kingfisher Daisy #553676

Tints of Kingfisher Daisy #553676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 33.07%
G = 21.01%
B = 45.91%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#553676 (or 0x553676) is known color: Kingfisher Daisy. HEX triplet: 55, 36 and 76. RGB value is (85,54,118). Sum of RGB (Red+Green+Blue) = 85+54+118=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #553676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553676 is #AAC989. Grayscale: #464646. Windows color (decimal): -11192714 or 7747157. OLE color: 7747157.

HSL color Cylindrical-coordinate representation of color #553676: hue angle of 269.06º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553676 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 54 118 -
CMYK 0.28 0.54 0 0.54
HSL 269.06º 0.37% 0.34% -
HSV(B) 269.06º 0.54% 0.46% -
XYZ 8.34 5.88 17.83 -
YUV 70.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 85 54 118 0.28 0.54 0 0.54 269.06 0.37 0.34
Hex 55 36 76 1C 36 0 36 10D 25 22
Octal 125 66 166 34 66 0 66 415 45 42
Binary 1010101 110110 1110110 11100 110110 0 110110 100001101 100101 100010

Color Harmonies of #553676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553676

Black with #553676

Text Example


Text Example

White with #553676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553676; }

 p { color: rgb(85,54,118); }

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

background-color css

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

 a { background-color: rgb(85,54,118); }

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

border-color css

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

 span { border-color: rgb(85,54,118); }

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