#517b9b

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

Shades of San Marino #517B9B

Tints of San Marino #517B9B

Color information

#517B9B (or 0x517B9B) is unknown color: approx San Marino. HEX triplet: 51, 7B and 9B. RGB value is (81,123,155). Sum of RGB (Red+Green+Blue) = 81+123+155=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #517B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B9B is #AE8464. Grayscale: #717171. Windows color (decimal): -11437157 or 10189649. OLE color: 10189649.

HSL color Cylindrical-coordinate representation of color #517B9B: hue angle of 205.95º degrees, saturation: 0.31, 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 #517B9B is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81123155-
CMYK0.480.2100.39
HSL205.95º31.36%46.27%-
HSV(B)205.95º47.74%60.78%-
XYZ16.3918.2833.68-
YUV114.09151.09104.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=22.56%
G=34.26%
B=43.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811231550.480.2100.39205.9531.3646.27
Hex517B9B3015027ce1f2e
Octal12117323360250473163756
Binary10100011111011100110111100001010101001111100111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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