Html Css Color HEX #553376 Kingfisher Daisy

📋 copy color: '#553376'

red 85 ◦ green 51 ◦ blue 118

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

Shades of Kingfisher Daisy #553376

Tints of Kingfisher Daisy #553376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 33.46%
G = 20.08%
B = 46.46%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#553376 (or 0x553376) is known color: Kingfisher Daisy. HEX triplet: 55, 33 and 76. RGB value is (85,51,118). Sum of RGB (Red+Green+Blue) = 85+51+118=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #553376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553376 is #AACC89. Grayscale: #444444. Windows color (decimal): -11193482 or 7746389. OLE color: 7746389.

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

Color convert

RGB 85 51 118 -
CMYK 0.28 0.57 0 0.54
HSL 270.45º 0.4% 0.33% -
HSV(B) 270.45º 0.57% 0.46% -
XYZ 8.2 5.61 17.79 -
YUV 68.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 85 51 118 0.28 0.57 0 0.54 270.45 0.4 0.33
Hex 55 33 76 1C 39 0 36 10E 28 21
Octal 125 63 166 34 71 0 66 416 50 41
Binary 1010101 110011 1110110 11100 111001 0 110110 100001110 101000 100001

Color Harmonies of #553376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553376

Black with #553376

Text Example


Text Example

White with #553376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553376; }

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

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

background-color css

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

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

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

border-color css

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

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

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