Html Css Color HEX #553C76 Kingfisher Daisy

📋 copy color: '#553C76'

red 85 ◦ green 60 ◦ blue 118

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

Shades of Kingfisher Daisy #553C76

Tints of Kingfisher Daisy #553C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

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

R = 32.32%
G = 22.81%
B = 44.87%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#553C76 (or 0x553C76) is known color: Kingfisher Daisy. HEX triplet: 55, 3C and 76. RGB value is (85,60,118). Sum of RGB (Red+Green+Blue) = 85+60+118=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #553C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553C76 is #AAC389. Grayscale: #494949. Windows color (decimal): -11191178 or 7748693. OLE color: 7748693.

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

Color convert

RGB 85 60 118 -
CMYK 0.28 0.49 0 0.54
HSL 265.86º 0.33% 0.35% -
HSV(B) 265.86º 0.49% 0.46% -
XYZ 8.63 6.47 17.93 -
YUV 74.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 85 60 118 0.28 0.49 0 0.54 265.86 0.33 0.35
Hex 55 3C 76 1C 31 0 36 10A 21 23
Octal 125 74 166 34 61 0 66 412 41 43
Binary 1010101 111100 1110110 11100 110001 0 110110 100001010 100001 100011

Color Harmonies of #553C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C76

Black with #553C76

Text Example


Text Example

White with #553C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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