Html Css Color HEX #517897 San Marino

📋 copy color: '#517897'

red 81 ◦ green 120 ◦ blue 151

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

Shades of San Marino #517897

Tints of San Marino #517897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

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

R = 23.01%
G = 34.09%
B = 42.9%

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

#517897 (or 0x517897) is known color: San Marino. HEX triplet: 51, 78 and 97. RGB value is (81,120,151). Sum of RGB (Red+Green+Blue) = 81+120+151=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #517897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517897 is #AE8768. Grayscale: #6F6F6F. Windows color (decimal): -11437929 or 9926737. OLE color: 9926737.

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

Color convert

RGB 81 120 151 -
CMYK 0.46 0.21 0 0.41
HSL 206.57º 0.3% 0.45% -
HSV(B) 206.57º 0.46% 0.59% -
XYZ 15.7 17.42 31.81 -
YUV 111.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 81 120 151 0.46 0.21 0 0.41 206.57 0.3 0.45
Hex 51 78 97 2E 15 0 29 CF 1E 2D
Octal 121 170 227 56 25 0 51 317 36 55
Binary 1010001 1111000 10010111 101110 10101 0 101001 11001111 11110 101101

Color Harmonies of #517897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517897

Black with #517897

Text Example


Text Example

White with #517897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517897; }

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

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

background-color css

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

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

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

border-color css

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

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

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