#517298

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

Shades of San Marino #517298

Tints of San Marino #517298

Color information

#517298 (or 0x517298) is unknown color: approx San Marino. HEX triplet: 51, 72 and 98. RGB value is (81,114,152). Sum of RGB (Red+Green+Blue) = 81+114+152=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #517298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517298 is #AE8D67. Grayscale: #6C6C6C. Windows color (decimal): -11439464 or 9990737. OLE color: 9990737.

HSL color Cylindrical-coordinate representation of color #517298: hue angle of 212.11º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #517298 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81114152-
CMYK0.470.2500.40
HSL212.11º30.47%45.69%-
HSV(B)212.11º46.71%59.61%-
XYZ15.0816.0532.01-
YUV108.46152.57108.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=23.34%
G=32.85%
B=43.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811141520.470.2500.40212.1130.4745.69
Hex5172982F19028d41e2e
Octal12116223057310503243656
Binary10100011110010100110001011111100101010001101010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517298; }

 p { color: rgb(81,114,152); }

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

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

 a { background-color: rgb(81,114,152); }

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

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

 span { border-color: rgb(81,114,152); }

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