#553087

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

Shades of Kingfisher Daisy #553087

Tints of Kingfisher Daisy #553087

Color information

#553087 (or 0x553087) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 30 and 87. RGB value is (85,48,135). Sum of RGB (Red+Green+Blue) = 85+48+135=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #553087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553087 is #AACF78. Grayscale: #444444. Windows color (decimal): -11194233 or 8859733. OLE color: 8859733.

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

Color convert

RGB8548135-
CMYK0.370.6400.47
HSL265.52º47.54%35.88%-
HSV(B)265.52º64.44%52.94%-
XYZ9.185.7923.56-
YUV68.98165.26139.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 135 (53.12% from 255) = 50.37%
R=31.72%
G=17.91%
B=50.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85481350.370.6400.47265.5247.5435.88
Hex553087254002F10a3024
Octal12560207451000574126044
Binary10101011100001000011110010110000000101111100001010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553087; }

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

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

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

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

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

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

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

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