Html Css Color HEX #523887 Daisy Bush

📋 copy color: '#523887'

red 82 ◦ green 56 ◦ blue 135

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

Shades of Daisy Bush #523887

Tints of Daisy Bush #523887

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 30.04%
G = 20.51%
B = 49.45%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#523887 (or 0x523887) is known color: Daisy Bush. HEX triplet: 52, 38 and 87. RGB value is (82,56,135). Sum of RGB (Red+Green+Blue) = 82+56+135=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #523887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523887 is #ADC778. Grayscale: #484848. Windows color (decimal): -11388793 or 8861778. OLE color: 8861778.

HSL color Cylindrical-coordinate representation of color #523887: hue angle of 259.75º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523887 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 56 135 -
CMYK 0.39 0.59 0 0.47
HSL 259.75º 0.41% 0.37% -
HSV(B) 259.75º 0.59% 0.53% -
XYZ 9.27 6.37 23.66 -
YUV 72.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 82 56 135 0.39 0.59 0 0.47 259.75 0.41 0.37
Hex 52 38 87 27 3B 0 2F 104 29 25
Octal 122 70 207 47 73 0 57 404 51 45
Binary 1010010 111000 10000111 100111 111011 0 101111 100000100 101001 100101

Color Harmonies of #523887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523887

Black with #523887

Text Example


Text Example

White with #523887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523887; }

 p { color: rgb(82,56,135); }

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

background-color css

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

 a { background-color: rgb(82,56,135); }

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

border-color css

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

 span { border-color: rgb(82,56,135); }

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