#532592

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

Shades of Kingfisher Daisy #532592

Tints of Kingfisher Daisy #532592

Color information

#532592 (or 0x532592) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 25 and 92. RGB value is (83,37,146). Sum of RGB (Red+Green+Blue) = 83+37+146=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #532592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532592 is #ACDA6D. Grayscale: #3E3E3E. Windows color (decimal): -11328110 or 9577811. OLE color: 9577811.

HSL color Cylindrical-coordinate representation of color #532592: hue angle of 265.32º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532592 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8337146-
CMYK0.430.7500.43
HSL265.32º59.56%35.88%-
HSV(B)265.32º74.66%57.25%-
XYZ9.425.2427.71-
YUV63.18174.74142.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=31.20%
G=13.91%
B=54.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83371460.430.7500.43265.3259.5635.88
Hex5325922B4B02B1093c24
Octal12345222531130534117444
Binary10100111001011001001010101110010110101011100001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532592; }

 p { color: rgb(83,37,146); }

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

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

 a { background-color: rgb(83,37,146); }

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

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

 span { border-color: rgb(83,37,146); }

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