Html Css Color HEX #517AA7 San Marino

📋 copy color: '#517AA7'

red 81 ◦ green 122 ◦ blue 167

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

Shades of San Marino #517AA7

Tints of San Marino #517AA7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

 BLUE value IS 167 (65.63% from 255) = 45.14%

R = 21.89%
G = 32.97%
B = 45.14%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#517AA7 (or 0x517AA7) is known color: San Marino. HEX triplet: 51, 7A and A7. RGB value is (81,122,167). Sum of RGB (Red+Green+Blue) = 81+122+167=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #517AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AA7 is #AE8558. Grayscale: #727272. Windows color (decimal): -11437401 or 10975825. OLE color: 10975825.

HSL color Cylindrical-coordinate representation of color #517AA7: hue angle of 211.4º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #517AA7 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 122 167 -
CMYK 0.51 0.27 0 0.35
HSL 211.4º 0.35% 0.49% -
HSV(B) 211.4º 0.51% 0.65% -
XYZ 17.33 18.46 39.21 -
YUV 114.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 81 122 167 0.51 0.27 0 0.35 211.4 0.35 0.49
Hex 51 7A A7 33 1B 0 23 D3 23 31
Octal 121 172 247 63 33 0 43 323 43 61
Binary 1010001 1111010 10100111 110011 11011 0 100011 11010011 100011 110001

Color Harmonies of #517AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AA7

Black with #517AA7

Text Example


Text Example

White with #517AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,122,167); }

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

background-color css

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

 a { background-color: rgb(81,122,167); }

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

border-color css

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

 span { border-color: rgb(81,122,167); }

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