Html Css Color HEX #513861 Honey Flower

📋 copy color: '#513861'

red 81 ◦ green 56 ◦ blue 97

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

Shades of Honey Flower #513861

Tints of Honey Flower #513861

RGB

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

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

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

R = 34.62%
G = 23.93%
B = 41.45%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513861 (or 0x513861) is known color: Honey Flower. HEX triplet: 51, 38 and 61. RGB value is (81,56,97). Sum of RGB (Red+Green+Blue) = 81+56+97=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #513861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513861 is #AEC79E. Grayscale: #444444. Windows color (decimal): -11454367 or 6371409. OLE color: 6371409.

HSL color Cylindrical-coordinate representation of color #513861: hue angle of 276.59º degrees, saturation: 0.27, 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 #513861 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 56 97 -
CMYK 0.16 0.42 0 0.62
HSL 276.59º 0.27% 0.3% -
HSV(B) 276.59º 0.42% 0.38% -
XYZ 6.97 5.44 11.99 -
YUV 68.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 81 56 97 0.16 0.42 0 0.62 276.59 0.27 0.3
Hex 51 38 61 10 2A 0 3E 115 1B 1E
Octal 121 70 141 20 52 0 76 425 33 36
Binary 1010001 111000 1100001 10000 101010 0 111110 100010101 11011 11110

Color Harmonies of #513861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513861

Black with #513861

Text Example


Text Example

White with #513861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513861; }

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

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

background-color css

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

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

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

border-color css

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

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

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