Html Css Color HEX #52359E Daisy Bush

📋 copy color: '#52359E'

red 82 ◦ green 53 ◦ blue 158

#52359E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #52359E

Tints of Daisy Bush #52359E

RGB

 RED value IS 82 (32.42% from 255) = 27.99%

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 158 (62.11% from 255) = 53.92%

R = 27.99%
G = 18.09%
B = 53.92%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52359E (or 0x52359E) is known color: Daisy Bush. HEX triplet: 52, 35 and 9E. RGB value is (82,53,158). Sum of RGB (Red+Green+Blue) = 82+53+158=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #52359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52359E is #ADCA61. Grayscale: #494949. Windows color (decimal): -11389538 or 10368338. OLE color: 10368338.

HSL color Cylindrical-coordinate representation of color #52359E: hue angle of 256.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52359E is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 53 158 -
CMYK 0.48 0.66 0 0.38
HSL 256.57º 0.5% 0.41% -
HSV(B) 256.57º 0.66% 0.62% -
XYZ 10.92 6.81 33.09 -
YUV 73.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 82 53 158 0.48 0.66 0 0.38 256.57 0.5 0.41
Hex 52 35 9E 30 42 0 26 101 32 29
Octal 122 65 236 60 102 0 46 401 62 51
Binary 1010010 110101 10011110 110000 1000010 0 100110 100000001 110010 101001

Color Harmonies of #52359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52359E

Black with #52359E

Text Example


Text Example

White with #52359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52359E;
 }
 .AnyTagClassName
 {
   color: #52359E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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