Html Css Color HEX #517598 San Marino

📋 copy color: '#517598'

red 81 ◦ green 117 ◦ blue 152

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

Shades of San Marino #517598

Tints of San Marino #517598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 23.14%
G = 33.43%
B = 43.43%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#517598 (or 0x517598) is known color: San Marino. HEX triplet: 51, 75 and 98. RGB value is (81,117,152). Sum of RGB (Red+Green+Blue) = 81+117+152=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #517598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517598 is #AE8A67. Grayscale: #6E6E6E. Windows color (decimal): -11438696 or 9991505. OLE color: 9991505.

HSL color Cylindrical-coordinate representation of color #517598: hue angle of 209.58º 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 #517598 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 117 152 -
CMYK 0.47 0.23 0 0.40
HSL 209.58º 0.3% 0.46% -
HSV(B) 209.58º 0.47% 0.6% -
XYZ 15.42 16.74 32.12 -
YUV 110.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 81 117 152 0.47 0.23 0 0.40 209.58 0.3 0.46
Hex 51 75 98 2F 17 0 28 D2 1E 2E
Octal 121 165 230 57 27 0 50 322 36 56
Binary 1010001 1110101 10011000 101111 10111 0 101000 11010010 11110 101110

Color Harmonies of #517598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517598

Black with #517598

Text Example


Text Example

White with #517598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517598; }

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

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

background-color css

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

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

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

border-color css

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

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

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