Html Css Color HEX #517197 San Marino

📋 copy color: '#517197'

red 81 ◦ green 113 ◦ blue 151

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

Shades of San Marino #517197

Tints of San Marino #517197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

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

R = 23.48%
G = 32.75%
B = 43.77%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#517197 (or 0x517197) is known color: San Marino. HEX triplet: 51, 71 and 97. RGB value is (81,113,151). Sum of RGB (Red+Green+Blue) = 81+113+151=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #517197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517197 is #AE8E68. Grayscale: #6B6B6B. Windows color (decimal): -11439721 or 9924945. OLE color: 9924945.

HSL color Cylindrical-coordinate representation of color #517197: hue angle of 212.57º 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 #517197 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 113 151 -
CMYK 0.46 0.25 0 0.41
HSL 212.57º 0.3% 0.45% -
HSV(B) 212.57º 0.46% 0.59% -
XYZ 14.88 15.79 31.54 -
YUV 107.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 81 113 151 0.46 0.25 0 0.41 212.57 0.3 0.45
Hex 51 71 97 2E 19 0 29 D5 1E 2D
Octal 121 161 227 56 31 0 51 325 36 55
Binary 1010001 1110001 10010111 101110 11001 0 101001 11010101 11110 101101

Color Harmonies of #517197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517197

Black with #517197

Text Example


Text Example

White with #517197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517197; }

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

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

background-color css

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

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

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

border-color css

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

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

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