Html Css Color HEX #553772 Kingfisher Daisy

📋 copy color: '#553772'

red 85 ◦ green 55 ◦ blue 114

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

Shades of Kingfisher Daisy #553772

Tints of Kingfisher Daisy #553772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 33.46%
G = 21.65%
B = 44.88%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553772 (or 0x553772) is known color: Kingfisher Daisy. HEX triplet: 55, 37 and 72. RGB value is (85,55,114). Sum of RGB (Red+Green+Blue) = 85+55+114=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #553772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553772 is #AAC88D. Grayscale: #464646. Windows color (decimal): -11192462 or 7485269. OLE color: 7485269.

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

Color convert

RGB 85 55 114 -
CMYK 0.25 0.52 0 0.55
HSL 270.51º 0.35% 0.33% -
HSV(B) 270.51º 0.52% 0.45% -
XYZ 8.15 5.88 16.62 -
YUV 70.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 85 55 114 0.25 0.52 0 0.55 270.51 0.35 0.33
Hex 55 37 72 19 34 0 37 10F 23 21
Octal 125 67 162 31 64 0 67 417 43 41
Binary 1010101 110111 1110010 11001 110100 0 110111 100001111 100011 100001

Color Harmonies of #553772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553772

Black with #553772

Text Example


Text Example

White with #553772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553772; }

 p { color: rgb(85,55,114); }

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

background-color css

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

 a { background-color: rgb(85,55,114); }

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

border-color css

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

 span { border-color: rgb(85,55,114); }

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