#532295

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

Shades of Kingfisher Daisy #532295

Tints of Kingfisher Daisy #532295

Color information

#532295 (or 0x532295) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 22 and 95. RGB value is (83,34,149). Sum of RGB (Red+Green+Blue) = 83+34+149=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #532295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532295 is #ACDD6A. Grayscale: #3D3D3D. Windows color (decimal): -11328875 or 9773651. OLE color: 9773651.

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

Color convert

RGB8334149-
CMYK0.440.7700.42
HSL265.57º62.84%35.88%-
HSV(B)265.57º77.18%58.43%-
XYZ9.565.1528.92-
YUV61.76177.23143.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 34 (13.67% from 255) = 12.78%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=31.20%
G=12.78%
B=56.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83341490.440.7700.42265.5762.8435.88
Hex5322952C4D02A10a3f24
Octal12342225541150524127744
Binary10100111000101001010110110010011010101010100001010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532295; }

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

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

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

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

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

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

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

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