Html Css Color HEX #523095 Daisy Bush

📋 copy color: '#523095'

red 82 ◦ green 48 ◦ blue 149

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

Shades of Daisy Bush #523095

Tints of Daisy Bush #523095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 29.39%
G = 17.2%
B = 53.41%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#523095 (or 0x523095) is known color: Daisy Bush. HEX triplet: 52, 30 and 95. RGB value is (82,48,149). Sum of RGB (Red+Green+Blue) = 82+48+149=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #523095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523095 is #ADCF6A. Grayscale: #454545. Windows color (decimal): -11390827 or 9777234. OLE color: 9777234.

HSL color Cylindrical-coordinate representation of color #523095: hue angle of 260.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523095 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 48 149 -
CMYK 0.45 0.68 0 0.42
HSL 260.2º 0.51% 0.39% -
HSV(B) 260.2º 0.68% 0.58% -
XYZ 9.96 6.08 29.08 -
YUV 69.68 172.76 136.79 -
System Red Green Blue C M Y K H S L
Decimal 82 48 149 0.45 0.68 0 0.42 260.2 0.51 0.39
Hex 52 30 95 2D 44 0 2A 104 33 27
Octal 122 60 225 55 104 0 52 404 63 47
Binary 1010010 110000 10010101 101101 1000100 0 101010 100000100 110011 100111

Color Harmonies of #523095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523095

Black with #523095

Text Example


Text Example

White with #523095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523095; }

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

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

background-color css

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

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

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

border-color css

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

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

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