Html Css Color HEX #513C5F Honey Flower

📋 copy color: '#513C5F'

red 81 ◦ green 60 ◦ blue 95

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

Shades of Honey Flower #513C5F

Tints of Honey Flower #513C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 34.32%
G = 25.42%
B = 40.25%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#513C5F (or 0x513C5F) is known color: Honey Flower. HEX triplet: 51, 3C and 5F. RGB value is (81,60,95). Sum of RGB (Red+Green+Blue) = 81+60+95=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #513C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C5F is #AEC3A0. Grayscale: #464646. Windows color (decimal): -11453345 or 6241361. OLE color: 6241361.

HSL color Cylindrical-coordinate representation of color #513C5F: hue angle of 276º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #513C5F is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 60 95 -
CMYK 0.15 0.37 0 0.63
HSL 276º 0.23% 0.3% -
HSV(B) 276º 0.37% 0.37% -
XYZ 7.07 5.81 11.57 -
YUV 70.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 81 60 95 0.15 0.37 0 0.63 276 0.23 0.3
Hex 51 3C 5F F 25 0 3F 114 17 1E
Octal 121 74 137 17 45 0 77 424 27 36
Binary 1010001 111100 1011111 1111 100101 0 111111 100010100 10111 11110

Color Harmonies of #513C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C5F

Black with #513C5F

Text Example


Text Example

White with #513C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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