Html Css Color HEX #517098 San Marino

📋 copy color: '#517098'

red 81 ◦ green 112 ◦ blue 152

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

Shades of San Marino #517098

Tints of San Marino #517098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 23.48%
G = 32.46%
B = 44.06%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#517098 (or 0x517098) is known color: San Marino. HEX triplet: 51, 70 and 98. RGB value is (81,112,152). Sum of RGB (Red+Green+Blue) = 81+112+152=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #517098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517098 is #AE8F67. Grayscale: #6B6B6B. Windows color (decimal): -11439976 or 9990225. OLE color: 9990225.

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

Color convert

RGB 81 112 152 -
CMYK 0.47 0.26 0 0.40
HSL 213.8º 0.3% 0.46% -
HSV(B) 213.8º 0.47% 0.6% -
XYZ 14.86 15.6 31.93 -
YUV 107.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 81 112 152 0.47 0.26 0 0.40 213.8 0.3 0.46
Hex 51 70 98 2F 1A 0 28 D6 1E 2E
Octal 121 160 230 57 32 0 50 326 36 56
Binary 1010001 1110000 10011000 101111 11010 0 101000 11010110 11110 101110

Color Harmonies of #517098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517098

Black with #517098

Text Example


Text Example

White with #517098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517098; }

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

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

background-color css

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

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

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

border-color css

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

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

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