#553D76

Color #553D76 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #553D76

Tints of Kingfisher Daisy #553D76

Color information

#553D76 (or 0x553D76) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3D and 76. RGB value is (85,61,118). Sum of RGB (Red+Green+Blue) = 85+61+118=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #553D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D76 is #AAC289. Grayscale: #4A4A4A. Windows color (decimal): -11190922 or 7748949. OLE color: 7748949.

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

Color convert

RGB8561118-
CMYK0.280.4800.54
HSL265.26º31.84%35.1%-
HSV(B)265.26º48.31%46.27%-
XYZ8.696.5817.95-
YUV74.67152.45135.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 61 (24.22% from 255) = 23.11%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=32.20%
G=23.11%
B=44.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85611180.280.4800.54265.2631.8435.1
Hex553D761C300361092023
Octal1257516634600664114043
Binary10101011111011110110111001100000110110100001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #553D76;
 }
 .AnyTagClassName
 {
   color: #553D76;
 }
</style>
background-color css

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

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

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

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

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

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