Html Css Color HEX #513C61 Honey Flower

📋 copy color: '#513C61'

red 81 ◦ green 60 ◦ blue 97

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

Shades of Honey Flower #513C61

Tints of Honey Flower #513C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 34.03%
G = 25.21%
B = 40.76%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513C61 (or 0x513C61) is known color: Honey Flower. HEX triplet: 51, 3C and 61. RGB value is (81,60,97). Sum of RGB (Red+Green+Blue) = 81+60+97=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #513C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C61 is #AEC39E. Grayscale: #464646. Windows color (decimal): -11453343 or 6372433. OLE color: 6372433.

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

Color convert

RGB 81 60 97 -
CMYK 0.16 0.38 0 0.62
HSL 274.05º 0.24% 0.31% -
HSV(B) 274.05º 0.38% 0.38% -
XYZ 7.17 5.84 12.06 -
YUV 70.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 81 60 97 0.16 0.38 0 0.62 274.05 0.24 0.31
Hex 51 3C 61 10 26 0 3E 112 18 1F
Octal 121 74 141 20 46 0 76 422 30 37
Binary 1010001 111100 1100001 10000 100110 0 111110 100010010 11000 11111

Color Harmonies of #513C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C61

Black with #513C61

Text Example


Text Example

White with #513C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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