Html Css Color HEX #517797 San Marino

📋 copy color: '#517797'

red 81 ◦ green 119 ◦ blue 151

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

Shades of San Marino #517797

Tints of San Marino #517797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 23.08%
G = 33.9%
B = 43.02%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#517797 (or 0x517797) is known color: San Marino. HEX triplet: 51, 77 and 97. RGB value is (81,119,151). Sum of RGB (Red+Green+Blue) = 81+119+151=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #517797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517797 is #AE8868. Grayscale: #6F6F6F. Windows color (decimal): -11438185 or 9926481. OLE color: 9926481.

HSL color Cylindrical-coordinate representation of color #517797: hue angle of 207.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517797 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 119 151 -
CMYK 0.46 0.21 0 0.41
HSL 207.43º 0.3% 0.45% -
HSV(B) 207.43º 0.46% 0.59% -
XYZ 15.58 17.18 31.77 -
YUV 111.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 81 119 151 0.46 0.21 0 0.41 207.43 0.3 0.45
Hex 51 77 97 2E 15 0 29 CF 1E 2D
Octal 121 167 227 56 25 0 51 317 36 55
Binary 1010001 1110111 10010111 101110 10101 0 101001 11001111 11110 101101

Color Harmonies of #517797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517797

Black with #517797

Text Example


Text Example

White with #517797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517797; }

 p { color: rgb(81,119,151); }

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

background-color css

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

 a { background-color: rgb(81,119,151); }

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

border-color css

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

 span { border-color: rgb(81,119,151); }

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