Html Css Color HEX #523395 Daisy Bush

📋 copy color: '#523395'

red 82 ◦ green 51 ◦ blue 149

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

Shades of Daisy Bush #523395

Tints of Daisy Bush #523395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

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

R = 29.08%
G = 18.09%
B = 52.84%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#523395 (or 0x523395) is known color: Daisy Bush. HEX triplet: 52, 33 and 95. RGB value is (82,51,149). Sum of RGB (Red+Green+Blue) = 82+51+149=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #523395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523395 is #ADCC6A. Grayscale: #474747. Windows color (decimal): -11390059 or 9778002. OLE color: 9778002.

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

Color convert

RGB 82 51 149 -
CMYK 0.45 0.66 0 0.42
HSL 258.98º 0.49% 0.39% -
HSV(B) 258.98º 0.66% 0.58% -
XYZ 10.09 6.33 29.12 -
YUV 71.44 171.77 135.53 -
System Red Green Blue C M Y K H S L
Decimal 82 51 149 0.45 0.66 0 0.42 258.98 0.49 0.39
Hex 52 33 95 2D 42 0 2A 103 31 27
Octal 122 63 225 55 102 0 52 403 61 47
Binary 1010010 110011 10010101 101101 1000010 0 101010 100000011 110001 100111

Color Harmonies of #523395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523395

Black with #523395

Text Example


Text Example

White with #523395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523395; }

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

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

background-color css

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

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

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

border-color css

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

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

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