#522097

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

Shades of Kingfisher Daisy #522097

Tints of Kingfisher Daisy #522097

Color information

#522097 (or 0x522097) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 20 and 97. RGB value is (82,32,151). Sum of RGB (Red+Green+Blue) = 82+32+151=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #522097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522097 is #ADDF68. Grayscale: #3C3C3C. Windows color (decimal): -11394921 or 9904210. OLE color: 9904210.

HSL color Cylindrical-coordinate representation of color #522097: hue angle of 265.21º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522097 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8232151-
CMYK0.460.7900.41
HSL265.21º65.03%35.88%-
HSV(B)265.21º78.81%59.22%-
XYZ9.585.0629.75-
YUV60.52179.06143.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=30.94%
G=12.08%
B=56.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82321510.460.7900.41265.2165.0335.88
Hex5220972E4F0291094124
Octal122402275611705141110144
Binary101001010000010010111101110100111101010011000010011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522097; }

 p { color: rgb(82,32,151); }

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

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

 a { background-color: rgb(82,32,151); }

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

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

 span { border-color: rgb(82,32,151); }

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