Html Css Color HEX #517898 San Marino

📋 copy color: '#517898'

red 81 ◦ green 120 ◦ blue 152

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

Shades of San Marino #517898

Tints of San Marino #517898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 22.95%
G = 33.99%
B = 43.06%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#517898 (or 0x517898) is known color: San Marino. HEX triplet: 51, 78 and 98. RGB value is (81,120,152). Sum of RGB (Red+Green+Blue) = 81+120+152=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #517898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517898 is #AE8767. Grayscale: #6F6F6F. Windows color (decimal): -11437928 or 9992273. OLE color: 9992273.

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

Color convert

RGB 81 120 152 -
CMYK 0.47 0.21 0 0.40
HSL 207.04º 0.3% 0.46% -
HSV(B) 207.04º 0.47% 0.6% -
XYZ 15.78 17.45 32.24 -
YUV 111.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 81 120 152 0.47 0.21 0 0.40 207.04 0.3 0.46
Hex 51 78 98 2F 15 0 28 CF 1E 2E
Octal 121 170 230 57 25 0 50 317 36 56
Binary 1010001 1111000 10011000 101111 10101 0 101000 11001111 11110 101110

Color Harmonies of #517898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517898

Black with #517898

Text Example


Text Example

White with #517898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517898; }

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

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

background-color css

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

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

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

border-color css

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

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

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