Html Css Color HEX #517BA0 San Marino

📋 copy color: '#517BA0'

red 81 ◦ green 123 ◦ blue 160

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

Shades of San Marino #517BA0

Tints of San Marino #517BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 22.25%
G = 33.79%
B = 43.96%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#517BA0 (or 0x517BA0) is known color: San Marino. HEX triplet: 51, 7B and A0. RGB value is (81,123,160). Sum of RGB (Red+Green+Blue) = 81+123+160=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #517BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BA0 is #AE845F. Grayscale: #727272. Windows color (decimal): -11437152 or 10517329. OLE color: 10517329.

HSL color Cylindrical-coordinate representation of color #517BA0: hue angle of 208.1º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #517BA0 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 123 160 -
CMYK 0.49 0.23 0 0.37
HSL 208.1º 0.33% 0.47% -
HSV(B) 208.1º 0.49% 0.63% -
XYZ 16.82 18.45 35.93 -
YUV 114.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 81 123 160 0.49 0.23 0 0.37 208.1 0.33 0.47
Hex 51 7B A0 31 17 0 25 D0 21 2F
Octal 121 173 240 61 27 0 45 320 41 57
Binary 1010001 1111011 10100000 110001 10111 0 100101 11010000 100001 101111

Color Harmonies of #517BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517BA0

Black with #517BA0

Text Example


Text Example

White with #517BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517BA0; }

 p { color: rgb(81,123,160); }

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

background-color css

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

 a { background-color: rgb(81,123,160); }

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

border-color css

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

 span { border-color: rgb(81,123,160); }

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