Html Css Color HEX #553B72 Kingfisher Daisy

📋 copy color: '#553B72'

red 85 ◦ green 59 ◦ blue 114

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

Shades of Kingfisher Daisy #553B72

Tints of Kingfisher Daisy #553B72

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

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

R = 32.95%
G = 22.87%
B = 44.19%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553B72 (or 0x553B72) is known color: Kingfisher Daisy. HEX triplet: 55, 3B and 72. RGB value is (85,59,114). Sum of RGB (Red+Green+Blue) = 85+59+114=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #553B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B72 is #AAC48D. Grayscale: #484848. Windows color (decimal): -11191438 or 7486293. OLE color: 7486293.

HSL color Cylindrical-coordinate representation of color #553B72: hue angle of 268.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #553B72 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 59 114 -
CMYK 0.25 0.48 0 0.55
HSL 268.36º 0.32% 0.34% -
HSV(B) 268.36º 0.48% 0.45% -
XYZ 8.35 6.27 16.69 -
YUV 73.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 85 59 114 0.25 0.48 0 0.55 268.36 0.32 0.34
Hex 55 3B 72 19 30 0 37 10C 20 22
Octal 125 73 162 31 60 0 67 414 40 42
Binary 1010101 111011 1110010 11001 110000 0 110111 100001100 100000 100010

Color Harmonies of #553B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B72

Black with #553B72

Text Example


Text Example

White with #553B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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