#552585

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

Shades of Kingfisher Daisy #552585

Tints of Kingfisher Daisy #552585

Color information

#552585 (or 0x552585) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 25 and 85. RGB value is (85,37,133). Sum of RGB (Red+Green+Blue) = 85+37+133=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #552585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552585 is #AADA7A. Grayscale: #3D3D3D. Windows color (decimal): -11197051 or 8725845. OLE color: 8725845.

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

Color convert

RGB8537133-
CMYK0.360.7200.48
HSL270º56.47%33.33%-
HSV(B)270º72.18%52.16%-
XYZ8.644.9522.69-
YUV62.3167.9144.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=33.33%
G=14.51%
B=52.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85371330.360.7200.4827056.4733.33
Hex552585244803010e3821
Octal12545205441100604167041
Binary10101011001011000010110010010010000110000100001110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552585; }

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

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

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

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

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

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

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

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