Html Css Color HEX #513A65 Honey Flower

📋 copy color: '#513A65'

red 81 ◦ green 58 ◦ blue 101

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

Shades of Honey Flower #513A65

Tints of Honey Flower #513A65

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.17%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 33.75%
G = 24.17%
B = 42.08%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#513A65 (or 0x513A65) is known color: Honey Flower. HEX triplet: 51, 3A and 65. RGB value is (81,58,101). Sum of RGB (Red+Green+Blue) = 81+58+101=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #513A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A65 is #AEC59A. Grayscale: #454545. Windows color (decimal): -11453851 or 6634065. OLE color: 6634065.

HSL color Cylindrical-coordinate representation of color #513A65: hue angle of 272.09º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #513A65 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 58 101 -
CMYK 0.20 0.43 0 0.60
HSL 272.09º 0.27% 0.31% -
HSV(B) 272.09º 0.43% 0.4% -
XYZ 7.26 5.72 13.03 -
YUV 69.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 81 58 101 0.20 0.43 0 0.60 272.09 0.27 0.31
Hex 51 3A 65 14 2B 0 3C 110 1B 1F
Octal 121 72 145 24 53 0 74 420 33 37
Binary 1010001 111010 1100101 10100 101011 0 111100 100010000 11011 11111

Color Harmonies of #513A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A65

Black with #513A65

Text Example


Text Example

White with #513A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,58,101); }

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

background-color css

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

 a { background-color: rgb(81,58,101); }

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

border-color css

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

 span { border-color: rgb(81,58,101); }

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