#532F95

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

Shades of Daisy Bush #532F95

Tints of Daisy Bush #532F95

Color information

#532F95 (or 0x532F95) is unknown color: approx Daisy Bush. HEX triplet: 53, 2F and 95. RGB value is (83,47,149). Sum of RGB (Red+Green+Blue) = 83+47+149=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #532F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532F95 is #ACD06A. Grayscale: #454545. Windows color (decimal): -11325547 or 9776979. OLE color: 9776979.

HSL color Cylindrical-coordinate representation of color #532F95: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #532F95 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8347149-
CMYK0.440.6800.42
HSL261.18º52.04%38.43%-
HSV(B)261.18º68.46%58.43%-
XYZ10.016.0429.07-
YUV69.39172.93137.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 47 (18.75% from 255) = 16.85%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=29.75%
G=16.85%
B=53.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83471490.440.6800.42261.1852.0438.43
Hex532F952C4402A1053426
Octal12357225541040524056446
Binary10100111011111001010110110010001000101010100000101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F95; }

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

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

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

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

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

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

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

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