#552882

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

Shades of Kingfisher Daisy #552882

Tints of Kingfisher Daisy #552882

Color information

#552882 (or 0x552882) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 28 and 82. RGB value is (85,40,130). Sum of RGB (Red+Green+Blue) = 85+40+130=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #552882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552882 is #AAD77D. Grayscale: #3F3F3F. Windows color (decimal): -11196286 or 8530005. OLE color: 8530005.

HSL color Cylindrical-coordinate representation of color #552882: hue angle of 270º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552882 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8540130-
CMYK0.350.6900.49
HSL270º52.94%33.33%-
HSV(B)270º69.23%50.98%-
XYZ8.535.0621.65-
YUV63.72165.41143.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=33.33%
G=15.69%
B=50.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85401300.350.6900.4927052.9433.33
Hex552882234503110e3521
Octal12550202431050614166541
Binary10101011010001000001010001110001010110001100001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552882; }

 p { color: rgb(85,40,130); }

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

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

 a { background-color: rgb(85,40,130); }

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

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

 span { border-color: rgb(85,40,130); }

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