Html Css Color HEX #517AA2 San Marino

📋 copy color: '#517AA2'

red 81 ◦ green 122 ◦ blue 162

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

Shades of San Marino #517AA2

Tints of San Marino #517AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.38%

R = 22.19%
G = 33.42%
B = 44.38%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#517AA2 (or 0x517AA2) is known color: San Marino. HEX triplet: 51, 7A and A2. RGB value is (81,122,162). Sum of RGB (Red+Green+Blue) = 81+122+162=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 162 - color contains mainly: blue. Hex color #517AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AA2 is #AE855D. Grayscale: #727272. Windows color (decimal): -11437406 or 10648145. OLE color: 10648145.

HSL color Cylindrical-coordinate representation of color #517AA2: hue angle of 209.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #517AA2 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 122 162 -
CMYK 0.50 0.25 0 0.36
HSL 209.63º 0.33% 0.48% -
HSV(B) 209.63º 0.5% 0.64% -
XYZ 16.87 18.28 36.82 -
YUV 114.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 81 122 162 0.50 0.25 0 0.36 209.63 0.33 0.48
Hex 51 7A A2 32 19 0 24 D2 21 30
Octal 121 172 242 62 31 0 44 322 41 60
Binary 1010001 1111010 10100010 110010 11001 0 100100 11010010 100001 110000

Color Harmonies of #517AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517AA2

Black with #517AA2

Text Example


Text Example

White with #517AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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