#552785

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

Shades of Kingfisher Daisy #552785

Tints of Kingfisher Daisy #552785

Color information

#552785 (or 0x552785) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 27 and 85. RGB value is (85,39,133). Sum of RGB (Red+Green+Blue) = 85+39+133=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #552785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552785 is #AAD87A. Grayscale: #3F3F3F. Windows color (decimal): -11196539 or 8726357. OLE color: 8726357.

HSL color Cylindrical-coordinate representation of color #552785: hue angle of 269.36º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552785 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8539133-
CMYK0.360.7100.48
HSL269.36º54.65%33.73%-
HSV(B)269.36º70.68%52.16%-
XYZ8.715.0822.71-
YUV63.47167.24143.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=33.07%
G=15.18%
B=51.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85391330.360.7100.48269.3654.6533.73
Hex552785244703010d3722
Octal12547205441070604156742
Binary10101011001111000010110010010001110110000100001101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552785; }

 p { color: rgb(85,39,133); }

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

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

 a { background-color: rgb(85,39,133); }

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

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

 span { border-color: rgb(85,39,133); }

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