#513887

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

Shades of Daisy Bush #513887

Tints of Daisy Bush #513887

Color information

#513887 (or 0x513887) is unknown color: approx Daisy Bush. HEX triplet: 51, 38 and 87. RGB value is (81,56,135). Sum of RGB (Red+Green+Blue) = 81+56+135=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #513887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513887 is #AEC778. Grayscale: #484848. Windows color (decimal): -11454329 or 8861777. OLE color: 8861777.

HSL color Cylindrical-coordinate representation of color #513887: hue angle of 258.99º 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 #513887 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8156135-
CMYK0.400.5900.47
HSL258.99º41.36%37.45%-
HSV(B)258.99º58.52%52.94%-
XYZ9.186.3323.66-
YUV72.48163.28134.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=29.78%
G=20.59%
B=49.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81561350.400.5900.47258.9941.3637.45
Hex513887283B02F1032925
Octal1217020750730574035145
Binary1010001111000100001111010001110110101111100000011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513887; }

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

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

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

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

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

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

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

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