#532195

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

Shades of Kingfisher Daisy #532195

Tints of Kingfisher Daisy #532195

Color information

#532195 (or 0x532195) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 21 and 95. RGB value is (83,33,149). Sum of RGB (Red+Green+Blue) = 83+33+149=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #532195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532195 is #ACDE6A. Grayscale: #3C3C3C. Windows color (decimal): -11329131 or 9773395. OLE color: 9773395.

HSL color Cylindrical-coordinate representation of color #532195: hue angle of 265.86º 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 #532195 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8333149-
CMYK0.440.7800.42
HSL265.86º63.74%35.69%-
HSV(B)265.86º77.85%58.43%-
XYZ9.545.128.91-
YUV61.17177.56143.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=31.32%
G=12.45%
B=56.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83331490.440.7800.42265.8663.7435.69
Hex5321952C4E02A10a4024
Octal123412255411605241210044
Binary101001110000110010101101100100111001010101000010101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532195; }

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

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

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

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

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

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

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

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