#553D71

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

Shades of Kingfisher Daisy #553D71

Tints of Kingfisher Daisy #553D71

Color information

#553D71 (or 0x553D71) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3D and 71. RGB value is (85,61,113). Sum of RGB (Red+Green+Blue) = 85+61+113=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #553D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D71 is #AAC28E. Grayscale: #494949. Windows color (decimal): -11190927 or 7421269. OLE color: 7421269.

HSL color Cylindrical-coordinate representation of color #553D71: hue angle of 267.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #553D71 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8561113-
CMYK0.250.4600.56
HSL267.69º29.89%34.12%-
HSV(B)267.69º46.02%44.31%-
XYZ8.46.4616.43-
YUV74.1149.95135.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=32.82%
G=23.55%
B=43.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85611130.250.4600.56267.6929.8934.12
Hex553D71192E03810c1e22
Octal1257516131560704143642
Binary1010101111101111000111001101110011100010000110011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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