#553986

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

Shades of Kingfisher Daisy #553986

Tints of Kingfisher Daisy #553986

Color information

#553986 (or 0x553986) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 39 and 86. RGB value is (85,57,134). Sum of RGB (Red+Green+Blue) = 85+57+134=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #553986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553986 is #AAC679. Grayscale: #494949. Windows color (decimal): -11191930 or 8796501. OLE color: 8796501.

HSL color Cylindrical-coordinate representation of color #553986: hue angle of 261.82º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553986 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8557134-
CMYK0.370.5700.47
HSL261.82º40.31%37.45%-
HSV(B)261.82º57.46%52.55%-
XYZ9.516.5823.32-
YUV74.15161.78135.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=30.80%
G=20.65%
B=48.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85571340.370.5700.47261.8240.3137.45
Hex553986253902F1062825
Octal1257120645710574065045
Binary1010101111001100001101001011110010101111100000110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553986; }

 p { color: rgb(85,57,134); }

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

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

 a { background-color: rgb(85,57,134); }

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

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

 span { border-color: rgb(85,57,134); }

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