Html Css Color HEX #517096 San Marino

📋 copy color: '#517096'

red 81 ◦ green 112 ◦ blue 150

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

Shades of San Marino #517096

Tints of San Marino #517096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 23.62%
G = 32.65%
B = 43.73%

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

#517096 (or 0x517096) is known color: San Marino. HEX triplet: 51, 70 and 96. RGB value is (81,112,150). Sum of RGB (Red+Green+Blue) = 81+112+150=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #517096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517096 is #AE8F69. Grayscale: #6A6A6A. Windows color (decimal): -11439978 or 9859153. OLE color: 9859153.

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

Color convert

RGB 81 112 150 -
CMYK 0.46 0.25 0 0.41
HSL 213.04º 0.3% 0.45% -
HSV(B) 213.04º 0.46% 0.59% -
XYZ 14.69 15.54 31.08 -
YUV 107.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 81 112 150 0.46 0.25 0 0.41 213.04 0.3 0.45
Hex 51 70 96 2E 19 0 29 D5 1E 2D
Octal 121 160 226 56 31 0 51 325 36 55
Binary 1010001 1110000 10010110 101110 11001 0 101001 11010101 11110 101101

Color Harmonies of #517096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517096

Black with #517096

Text Example


Text Example

White with #517096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517096; }

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

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

background-color css

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

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

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

border-color css

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

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

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