Html Css Color HEX #517399 San Marino

📋 copy color: '#517399'

red 81 ◦ green 115 ◦ blue 153

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

Shades of San Marino #517399

Tints of San Marino #517399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 23.21%
G = 32.95%
B = 43.84%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#517399 (or 0x517399) is known color: San Marino. HEX triplet: 51, 73 and 99. RGB value is (81,115,153). Sum of RGB (Red+Green+Blue) = 81+115+153=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #517399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517399 is #AE8C66. Grayscale: #6C6C6C. Windows color (decimal): -11439207 or 10056529. OLE color: 10056529.

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

Color convert

RGB 81 115 153 -
CMYK 0.47 0.25 0 0.4
HSL 211.67º 0.31% 0.46% -
HSV(B) 211.67º 0.47% 0.6% -
XYZ 15.27 16.31 32.48 -
YUV 109.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 81 115 153 0.47 0.25 0 0.4 211.67 0.31 0.46
Hex 51 73 99 2F 19 0 28 D4 1F 2E
Octal 121 163 231 57 31 0 50 324 37 56
Binary 1010001 1110011 10011001 101111 11001 0 101000 11010100 11111 101110

Color Harmonies of #517399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517399

Black with #517399

Text Example


Text Example

White with #517399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517399; }

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

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

background-color css

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

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

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

border-color css

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

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

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