Html Css Color HEX #517062 Como

📋 copy color: '#517062'

red 81 ◦ green 112 ◦ blue 98

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

Shades of Como #517062

Tints of Como #517062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 27.84%
G = 38.49%
B = 33.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#517062 (or 0x517062) is known color: Como. HEX triplet: 51, 70 and 62. RGB value is (81,112,98). Sum of RGB (Red+Green+Blue) = 81+112+98=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #517062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517062 is #AE8F9D. Grayscale: #656565. Windows color (decimal): -11440030 or 6451281. OLE color: 6451281.

HSL color Cylindrical-coordinate representation of color #517062: hue angle of 152.9º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517062 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 98 -
CMYK 0.28 0 0.13 0.56
HSL 152.9º 0.16% 0.38% -
HSV(B) 152.9º 0.28% 0.44% -
XYZ 11.39 14.22 13.7 -
YUV 101.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 81 112 98 0.28 0 0.13 0.56 152.9 0.16 0.38
Hex 51 70 62 1C 0 D 38 99 10 26
Octal 121 160 142 34 0 15 70 231 20 46
Binary 1010001 1110000 1100010 11100 0 1101 111000 10011001 10000 100110

Color Harmonies of #517062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517062

Black with #517062

Text Example


Text Example

White with #517062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517062; }

 p { color: rgb(81,112,98); }

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

background-color css

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

 a { background-color: rgb(81,112,98); }

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

border-color css

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

 span { border-color: rgb(81,112,98); }

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