Html Css Color HEX #553876 Kingfisher Daisy

📋 copy color: '#553876'

red 85 ◦ green 56 ◦ blue 118

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

Shades of Kingfisher Daisy #553876

Tints of Kingfisher Daisy #553876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 32.82%
G = 21.62%
B = 45.56%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#553876 (or 0x553876) is known color: Kingfisher Daisy. HEX triplet: 55, 38 and 76. RGB value is (85,56,118). Sum of RGB (Red+Green+Blue) = 85+56+118=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #553876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553876 is #AAC789. Grayscale: #474747. Windows color (decimal): -11192202 or 7747669. OLE color: 7747669.

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

Color convert

RGB 85 56 118 -
CMYK 0.28 0.53 0 0.54
HSL 268.06º 0.36% 0.34% -
HSV(B) 268.06º 0.53% 0.46% -
XYZ 8.43 6.07 17.87 -
YUV 71.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 85 56 118 0.28 0.53 0 0.54 268.06 0.36 0.34
Hex 55 38 76 1C 35 0 36 10C 24 22
Octal 125 70 166 34 65 0 66 414 44 42
Binary 1010101 111000 1110110 11100 110101 0 110110 100001100 100100 100010

Color Harmonies of #553876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553876

Black with #553876

Text Example


Text Example

White with #553876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553876; }

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

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

background-color css

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

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

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

border-color css

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

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

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