#522195

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

Shades of Kingfisher Daisy #522195

Tints of Kingfisher Daisy #522195

Color information

#522195 (or 0x522195) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 21 and 95. RGB value is (82,33,149). Sum of RGB (Red+Green+Blue) = 82+33+149=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #522195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522195 is #ADDE6A. Grayscale: #3C3C3C. Windows color (decimal): -11394667 or 9773394. OLE color: 9773394.

HSL color Cylindrical-coordinate representation of color #522195: hue angle of 265.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522195 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8233149-
CMYK0.450.7800.42
HSL265.34º63.74%35.69%-
HSV(B)265.34º77.85%58.43%-
XYZ9.455.0528.91-
YUV60.88177.73143.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=31.06%
G=12.5%
B=56.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82331490.450.7800.42265.3463.7435.69
Hex5221952D4E02A1094024
Octal122412255511605241110044
Binary101001010000110010101101101100111001010101000010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522195; }

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

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

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

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

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

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

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

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