Html Css Color HEX #517A9C San Marino

📋 copy color: '#517A9C'

red 81 ◦ green 122 ◦ blue 156

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

Shades of San Marino #517A9C

Tints of San Marino #517A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 22.56%
G = 33.98%
B = 43.45%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#517A9C (or 0x517A9C) is known color: San Marino. HEX triplet: 51, 7A and 9C. RGB value is (81,122,156). Sum of RGB (Red+Green+Blue) = 81+122+156=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #517A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A9C is #AE8563. Grayscale: #717171. Windows color (decimal): -11437412 or 10254929. OLE color: 10254929.

HSL color Cylindrical-coordinate representation of color #517A9C: hue angle of 207.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517A9C is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 122 156 -
CMYK 0.48 0.22 0 0.39
HSL 207.2º 0.32% 0.46% -
HSV(B) 207.2º 0.48% 0.61% -
XYZ 16.35 18.07 34.08 -
YUV 113.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 81 122 156 0.48 0.22 0 0.39 207.2 0.32 0.46
Hex 51 7A 9C 30 16 0 27 CF 20 2E
Octal 121 172 234 60 26 0 47 317 40 56
Binary 1010001 1111010 10011100 110000 10110 0 100111 11001111 100000 101110

Color Harmonies of #517A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517A9C

Black with #517A9C

Text Example


Text Example

White with #517A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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