#52359A

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

Shades of Daisy Bush #52359A

Tints of Daisy Bush #52359A

Color information

#52359A (or 0x52359A) is unknown color: approx Daisy Bush. HEX triplet: 52, 35 and 9A. RGB value is (82,53,154). Sum of RGB (Red+Green+Blue) = 82+53+154=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #52359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52359A is #ADCA65. Grayscale: #484848. Windows color (decimal): -11389542 or 10106194. OLE color: 10106194.

HSL color Cylindrical-coordinate representation of color #52359A: hue angle of 257.23º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52359A is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8253154-
CMYK0.470.6600.40
HSL257.23º48.79%40.59%-
HSV(B)257.23º65.58%60.39%-
XYZ10.596.6731.3-
YUV73.18173.61134.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 154 (60.55% from 255) = 53.29%
R=28.37%
G=18.34%
B=53.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82531540.470.6600.40257.2348.7940.59
Hex52359A2F420281013129
Octal12265232571020504016151
Binary10100101101011001101010111110000100101000100000001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52359A; }

 p { color: rgb(82,53,154); }

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

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

 a { background-color: rgb(82,53,154); }

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

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

 span { border-color: rgb(82,53,154); }

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