#552982

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

Shades of Kingfisher Daisy #552982

Tints of Kingfisher Daisy #552982

Color information

#552982 (or 0x552982) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 29 and 82. RGB value is (85,41,130). Sum of RGB (Red+Green+Blue) = 85+41+130=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #552982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552982 is #AAD67D. Grayscale: #3F3F3F. Windows color (decimal): -11196030 or 8530261. OLE color: 8530261.

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

Color convert

RGB8541130-
CMYK0.350.6800.49
HSL269.66º52.05%33.53%-
HSV(B)269.66º68.46%50.98%-
XYZ8.575.1321.66-
YUV64.3165.08142.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=33.20%
G=16.02%
B=50.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85411300.350.6800.49269.6652.0533.53
Hex552982234403110e3422
Octal12551202431040614166442
Binary10101011010011000001010001110001000110001100001110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552982; }

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

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

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

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

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

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

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

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