#553787

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

Shades of Kingfisher Daisy #553787

Tints of Kingfisher Daisy #553787

Color information

#553787 (or 0x553787) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 37 and 87. RGB value is (85,55,135). Sum of RGB (Red+Green+Blue) = 85+55+135=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #553787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553787 is #AAC878. Grayscale: #484848. Windows color (decimal): -11192441 or 8861525. OLE color: 8861525.

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

Color convert

RGB8555135-
CMYK0.370.5900.47
HSL262.5º42.11%37.25%-
HSV(B)262.5º59.26%52.94%-
XYZ9.496.4123.66-
YUV73.09162.94136.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=30.91%
G=20%
B=49.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85551350.370.5900.47262.542.1137.25
Hex553787253B02F1062a25
Octal1256720745730574065245
Binary1010101110111100001111001011110110101111100000110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553787; }

 p { color: rgb(85,55,135); }

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

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

 a { background-color: rgb(85,55,135); }

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

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

 span { border-color: rgb(85,55,135); }

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