#517B9D

Color #517B9D San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #517B9D

Tints of San Marino #517B9D

Color information

#517B9D (or 0x517B9D) is unknown color: approx San Marino. HEX triplet: 51, 7B and 9D. RGB value is (81,123,157). Sum of RGB (Red+Green+Blue) = 81+123+157=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #517B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B9D is #AE8462. Grayscale: #727272. Windows color (decimal): -11437155 or 10320721. OLE color: 10320721.

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

Color convert

RGB81123157-
CMYK0.480.2200.38
HSL206.84º31.93%46.67%-
HSV(B)206.84º48.41%61.57%-
XYZ16.5618.3534.57-
YUV114.32152.09104.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=22.44%
G=34.07%
B=43.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811231570.480.2200.38206.8431.9346.67
Hex517B9D3016026cf202f
Octal12117323560260463174057
Binary101000111110111001110111000010110010011011001111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #517B9D;
 }
 .AnyTagClassName
 {
   color: #517B9D;
 }
</style>
background-color css

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

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

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

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

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

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