Html Css Color HEX #553873 Kingfisher Daisy

📋 copy color: '#553873'

red 85 ◦ green 56 ◦ blue 115

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

Shades of Kingfisher Daisy #553873

Tints of Kingfisher Daisy #553873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 33.2%
G = 21.88%
B = 44.92%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553873 (or 0x553873) is known color: Kingfisher Daisy. HEX triplet: 55, 38 and 73. RGB value is (85,56,115). Sum of RGB (Red+Green+Blue) = 85+56+115=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #553873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553873 is #AAC78C. Grayscale: #474747. Windows color (decimal): -11192205 or 7551061. OLE color: 7551061.

HSL color Cylindrical-coordinate representation of color #553873: hue angle of 269.49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #553873 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 56 115 -
CMYK 0.26 0.51 0 0.55
HSL 269.49º 0.35% 0.34% -
HSV(B) 269.49º 0.51% 0.45% -
XYZ 8.25 6 16.94 -
YUV 71.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 85 56 115 0.26 0.51 0 0.55 269.49 0.35 0.34
Hex 55 38 73 1A 33 0 37 10D 23 22
Octal 125 70 163 32 63 0 67 415 43 42
Binary 1010101 111000 1110011 11010 110011 0 110111 100001101 100011 100010

Color Harmonies of #553873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553873

Black with #553873

Text Example


Text Example

White with #553873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553873; }

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

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

background-color css

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

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

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

border-color css

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

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

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