#52359B

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

Shades of Daisy Bush #52359B

Tints of Daisy Bush #52359B

Color information

#52359B (or 0x52359B) is unknown color: approx Daisy Bush. HEX triplet: 52, 35 and 9B. RGB value is (82,53,155). Sum of RGB (Red+Green+Blue) = 82+53+155=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #52359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52359B is #ADCA64. Grayscale: #484848. Windows color (decimal): -11389541 or 10171730. OLE color: 10171730.

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

Color convert

RGB8253155-
CMYK0.470.6600.39
HSL257.06º49.04%40.78%-
HSV(B)257.06º65.81%60.78%-
XYZ10.676.7131.74-
YUV73.3174.11134.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=28.28%
G=18.28%
B=53.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82531550.470.6600.39257.0649.0440.78
Hex52359B2F420271013129
Octal12265233571020474016151
Binary10100101101011001101110111110000100100111100000001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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