#532392

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

Shades of Kingfisher Daisy #532392

Tints of Kingfisher Daisy #532392

Color information

#532392 (or 0x532392) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 23 and 92. RGB value is (83,35,146). Sum of RGB (Red+Green+Blue) = 83+35+146=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #532392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532392 is #ACDC6D. Grayscale: #3D3D3D. Windows color (decimal): -11328622 or 9577299. OLE color: 9577299.

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

Color convert

RGB8335146-
CMYK0.430.7600.43
HSL265.95º61.33%35.49%-
HSV(B)265.95º76.03%57.25%-
XYZ9.365.1227.69-
YUV62.01175.4142.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=31.44%
G=13.26%
B=55.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83351460.430.7600.43265.9561.3335.49
Hex5323922B4C02B10a3d23
Octal12343222531140534127543
Binary10100111000111001001010101110011000101011100001010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532392; }

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

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

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

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

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

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

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

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