#553D78

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

Shades of Kingfisher Daisy #553D78

Tints of Kingfisher Daisy #553D78

Color information

#553D78 (or 0x553D78) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3D and 78. RGB value is (85,61,120). Sum of RGB (Red+Green+Blue) = 85+61+120=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #553D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D78 is #AAC287. Grayscale: #4A4A4A. Windows color (decimal): -11190920 or 7880021. OLE color: 7880021.

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

Color convert

RGB8561120-
CMYK0.290.4900.53
HSL264.41º32.6%35.49%-
HSV(B)264.41º49.17%47.06%-
XYZ8.816.6218.58-
YUV74.9153.45135.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=31.95%
G=22.93%
B=45.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85611200.290.4900.53264.4132.635.49
Hex553D781D310351082123
Octal1257517035610654104143
Binary10101011111011111000111011100010110101100001000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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