Html Css Color HEX #517261 Como

📋 copy color: '#517261'

red 81 ◦ green 114 ◦ blue 97

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

Shades of Como #517261

Tints of Como #517261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

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

R = 27.74%
G = 39.04%
B = 33.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#517261 (or 0x517261) is known color: Como. HEX triplet: 51, 72 and 61. RGB value is (81,114,97). Sum of RGB (Red+Green+Blue) = 81+114+97=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #517261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517261 is #AE8D9E. Grayscale: #666666. Windows color (decimal): -11439519 or 6386257. OLE color: 6386257.

HSL color Cylindrical-coordinate representation of color #517261: hue angle of 149.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #517261 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 114 97 -
CMYK 0.29 0 0.15 0.55
HSL 149.09º 0.17% 0.38% -
HSV(B) 149.09º 0.29% 0.45% -
XYZ 11.57 14.65 13.53 -
YUV 102.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 81 114 97 0.29 0 0.15 0.55 149.09 0.17 0.38
Hex 51 72 61 1D 0 F 37 95 11 26
Octal 121 162 141 35 0 17 67 225 21 46
Binary 1010001 1110010 1100001 11101 0 1111 110111 10010101 10001 100110

Color Harmonies of #517261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517261

Black with #517261

Text Example


Text Example

White with #517261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517261; }

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

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

background-color css

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

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

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

border-color css

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

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

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