Html Css Color HEX #513961 Honey Flower

📋 copy color: '#513961'

red 81 ◦ green 57 ◦ blue 97

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

Shades of Honey Flower #513961

Tints of Honey Flower #513961

RGB

 RED value IS 81 (32.03% from 255) = 34.47%

 GREEN value IS 57 (22.66% from 255) = 24.26%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 34.47%
G = 24.26%
B = 41.28%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513961 (or 0x513961) is known color: Honey Flower. HEX triplet: 51, 39 and 61. RGB value is (81,57,97). Sum of RGB (Red+Green+Blue) = 81+57+97=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #513961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513961 is #AEC69E. Grayscale: #444444. Windows color (decimal): -11454111 or 6371665. OLE color: 6371665.

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

Color convert

RGB 81 57 97 -
CMYK 0.16 0.41 0 0.62
HSL 276º 0.26% 0.3% -
HSV(B) 276º 0.41% 0.38% -
XYZ 7.01 5.54 12.01 -
YUV 68.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 81 57 97 0.16 0.41 0 0.62 276 0.26 0.3
Hex 51 39 61 10 29 0 3E 114 1A 1E
Octal 121 71 141 20 51 0 76 424 32 36
Binary 1010001 111001 1100001 10000 101001 0 111110 100010100 11010 11110

Color Harmonies of #513961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513961

Black with #513961

Text Example


Text Example

White with #513961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513961; }

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

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

background-color css

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

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

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

border-color css

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

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

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