#513962

Color #513962 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #513962

Tints of Honey Flower #513962

Color information

#513962 (or 0x513962) is unknown color: approx Honey Flower. HEX triplet: 51, 39 and 62. RGB value is (81,57,98). Sum of RGB (Red+Green+Blue) = 81+57+98=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #513962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513962 is #AEC69D. Grayscale: #444444. Windows color (decimal): -11454110 or 6437201. OLE color: 6437201.

HSL color Cylindrical-coordinate representation of color #513962: hue angle of 275.12º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513962 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB815798-
CMYK0.170.4200.62
HSL275.12º26.45%30.39%-
HSV(B)275.12º41.84%38.43%-
XYZ7.065.5612.26-
YUV68.85144.45136.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=34.32%
G=24.15%
B=41.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8157980.170.4200.62275.1226.4530.39
Hex513962112A03E1131a1e
Octal1217114221520764233236
Binary101000111100111000101000110101001111101000100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513962; }

 p { color: rgb(81,57,98); }

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

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

 a { background-color: rgb(81,57,98); }

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

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

 span { border-color: rgb(81,57,98); }

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