#523987

Color #523987 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #523987

Tints of Daisy Bush #523987

Color information

#523987 (or 0x523987) is unknown color: approx Daisy Bush. HEX triplet: 52, 39 and 87. RGB value is (82,57,135). Sum of RGB (Red+Green+Blue) = 82+57+135=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #523987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523987 is #ADC678. Grayscale: #494949. Windows color (decimal): -11388537 or 8862034. OLE color: 8862034.

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

Color convert

RGB8257135-
CMYK0.390.5800.47
HSL259.23º40.62%37.65%-
HSV(B)259.23º57.78%52.94%-
XYZ9.326.4723.68-
YUV73.37162.78134.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 135 (53.12% from 255) = 49.27%
R=29.93%
G=20.80%
B=49.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82571350.390.5800.47259.2340.6237.65
Hex523987273A02F1032926
Octal1227120747720574035146
Binary1010010111001100001111001111110100101111100000011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523987; }

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

 H1.HeaderClassName
 {
   color: #523987;
 }
 .AnyTagClassName
 {
   color: #523987;
 }
</style>
background-color css

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

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

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

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

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

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