Html Css Color HEX #553076 Kingfisher Daisy

📋 copy color: '#553076'

red 85 ◦ green 48 ◦ blue 118

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

Shades of Kingfisher Daisy #553076

Tints of Kingfisher Daisy #553076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

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

R = 33.86%
G = 19.12%
B = 47.01%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#553076 (or 0x553076) is known color: Kingfisher Daisy. HEX triplet: 55, 30 and 76. RGB value is (85,48,118). Sum of RGB (Red+Green+Blue) = 85+48+118=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #553076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553076 is #AACF89. Grayscale: #424242. Windows color (decimal): -11194250 or 7745621. OLE color: 7745621.

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

Color convert

RGB 85 48 118 -
CMYK 0.28 0.59 0 0.54
HSL 271.71º 0.42% 0.33% -
HSV(B) 271.71º 0.59% 0.46% -
XYZ 8.07 5.35 17.75 -
YUV 67.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 85 48 118 0.28 0.59 0 0.54 271.71 0.42 0.33
Hex 55 30 76 1C 3B 0 36 110 2A 21
Octal 125 60 166 34 73 0 66 420 52 41
Binary 1010101 110000 1110110 11100 111011 0 110110 100010000 101010 100001

Color Harmonies of #553076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553076

Black with #553076

Text Example


Text Example

White with #553076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553076; }

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

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

background-color css

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

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

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

border-color css

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

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

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