#52218F

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

Shades of Kingfisher Daisy #52218F

Tints of Kingfisher Daisy #52218F

Color information

#52218F (or 0x52218F) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 21 and 8F. RGB value is (82,33,143). Sum of RGB (Red+Green+Blue) = 82+33+143=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #52218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52218F is #ADDE70. Grayscale: #3B3B3B. Windows color (decimal): -11394673 or 9380178. OLE color: 9380178.

HSL color Cylindrical-coordinate representation of color #52218F: hue angle of 266.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52218F is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8233143-
CMYK0.430.7700.44
HSL266.73º62.5%34.51%-
HSV(B)266.73º76.92%56.08%-
XYZ8.984.8626.45-
YUV60.19174.73143.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 143 (56.25% from 255) = 55.43%
R=31.78%
G=12.79%
B=55.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82331430.430.7700.44266.7362.534.51
Hex52218F2B4D02C10b3e23
Octal12241217531150544137643
Binary10100101000011000111110101110011010101100100001011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52218F; }

 p { color: rgb(82,33,143); }

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

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

 a { background-color: rgb(82,33,143); }

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

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

 span { border-color: rgb(82,33,143); }

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