#522287

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

Shades of Kingfisher Daisy #522287

Tints of Kingfisher Daisy #522287

Color information

#522287 (or 0x522287) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 22 and 87. RGB value is (82,34,135). Sum of RGB (Red+Green+Blue) = 82+34+135=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #522287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522287 is #ADDD78. Grayscale: #3B3B3B. Windows color (decimal): -11394425 or 8856146. OLE color: 8856146.

HSL color Cylindrical-coordinate representation of color #522287: hue angle of 268.51º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #522287 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8234135-
CMYK0.390.7500.47
HSL268.51º59.76%33.14%-
HSV(B)268.51º74.81%52.94%-
XYZ8.424.6923.38-
YUV59.87170.4143.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 135 (53.12% from 255) = 53.78%
R=32.67%
G=13.55%
B=53.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82341350.390.7500.47268.5159.7633.14
Hex522287274B02F10d3c21
Octal12242207471130574157441
Binary10100101000101000011110011110010110101111100001101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522287; }

 p { color: rgb(82,34,135); }

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

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

 a { background-color: rgb(82,34,135); }

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

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

 span { border-color: rgb(82,34,135); }

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