Html Css Color HEX #517499 San Marino

📋 copy color: '#517499'

red 81 ◦ green 116 ◦ blue 153

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

Shades of San Marino #517499

Tints of San Marino #517499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 23.14%
G = 33.14%
B = 43.71%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#517499 (or 0x517499) is known color: San Marino. HEX triplet: 51, 74 and 99. RGB value is (81,116,153). Sum of RGB (Red+Green+Blue) = 81+116+153=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #517499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517499 is #AE8B66. Grayscale: #6D6D6D. Windows color (decimal): -11438951 or 10056785. OLE color: 10056785.

HSL color Cylindrical-coordinate representation of color #517499: hue angle of 210.83º degrees, saturation: 0.31, 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 #517499 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 116 153 -
CMYK 0.47 0.24 0 0.4
HSL 210.83º 0.31% 0.46% -
HSV(B) 210.83º 0.47% 0.6% -
XYZ 15.39 16.54 32.52 -
YUV 109.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 81 116 153 0.47 0.24 0 0.4 210.83 0.31 0.46
Hex 51 74 99 2F 18 0 28 D3 1F 2E
Octal 121 164 231 57 30 0 50 323 37 56
Binary 1010001 1110100 10011001 101111 11000 0 101000 11010011 11111 101110

Color Harmonies of #517499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517499

Black with #517499

Text Example


Text Example

White with #517499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517499; }

 p { color: rgb(81,116,153); }

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

background-color css

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

 a { background-color: rgb(81,116,153); }

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

border-color css

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

 span { border-color: rgb(81,116,153); }

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