Html Css Color HEX #52309B Daisy Bush

📋 copy color: '#52309B'

red 82 ◦ green 48 ◦ blue 155

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

Shades of Daisy Bush #52309B

Tints of Daisy Bush #52309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 28.77%
G = 16.84%
B = 54.39%

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

#52309B (or 0x52309B) is known color: Daisy Bush. HEX triplet: 52, 30 and 9B. RGB value is (82,48,155). Sum of RGB (Red+Green+Blue) = 82+48+155=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #52309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52309B is #ADCF64. Grayscale: #454545. Windows color (decimal): -11390821 or 10170450. OLE color: 10170450.

HSL color Cylindrical-coordinate representation of color #52309B: hue angle of 259.07º 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 #52309B is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 48 155 -
CMYK 0.47 0.69 0 0.39
HSL 259.07º 0.53% 0.4% -
HSV(B) 259.07º 0.69% 0.61% -
XYZ 10.45 6.27 31.67 -
YUV 70.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 82 48 155 0.47 0.69 0 0.39 259.07 0.53 0.4
Hex 52 30 9B 2F 45 0 27 103 35 28
Octal 122 60 233 57 105 0 47 403 65 50
Binary 1010010 110000 10011011 101111 1000101 0 100111 100000011 110101 101000

Color Harmonies of #52309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52309B

Black with #52309B

Text Example


Text Example

White with #52309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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