Html Css Color HEX #52309C Daisy Bush

📋 copy color: '#52309C'

red 82 ◦ green 48 ◦ blue 156

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

Shades of Daisy Bush #52309C

Tints of Daisy Bush #52309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 28.67%
G = 16.78%
B = 54.55%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52309C (or 0x52309C) is known color: Daisy Bush. HEX triplet: 52, 30 and 9C. RGB value is (82,48,156). Sum of RGB (Red+Green+Blue) = 82+48+156=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #52309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52309C is #ADCF63. Grayscale: #464646. Windows color (decimal): -11390820 or 10235986. OLE color: 10235986.

HSL color Cylindrical-coordinate representation of color #52309C: hue angle of 258.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52309C is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 48 156 -
CMYK 0.47 0.69 0 0.39
HSL 258.89º 0.53% 0.4% -
HSV(B) 258.89º 0.69% 0.61% -
XYZ 10.54 6.31 32.11 -
YUV 70.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 82 48 156 0.47 0.69 0 0.39 258.89 0.53 0.4
Hex 52 30 9C 2F 45 0 27 103 35 28
Octal 122 60 234 57 105 0 47 403 65 50
Binary 1010010 110000 10011100 101111 1000101 0 100111 100000011 110101 101000

Color Harmonies of #52309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52309C

Black with #52309C

Text Example


Text Example

White with #52309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52309C; }

 p { color: rgb(82,48,156); }

 H1.HeaderClassName
 {
   color: #52309C;
 }
 .AnyTagClassName
 {
   color: #52309C;
 }
</style>

background-color css

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

 a { background-color: rgb(82,48,156); }

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

border-color css

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

 span { border-color: rgb(82,48,156); }

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