Html Css Color HEX #517299 San Marino

📋 copy color: '#517299'

red 81 ◦ green 114 ◦ blue 153

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

Shades of San Marino #517299

Tints of San Marino #517299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 23.28%
G = 32.76%
B = 43.97%

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

#517299 (or 0x517299) is known color: San Marino. HEX triplet: 51, 72 and 99. RGB value is (81,114,153). Sum of RGB (Red+Green+Blue) = 81+114+153=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #517299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517299 is #AE8D66. Grayscale: #6C6C6C. Windows color (decimal): -11439463 or 10056273. OLE color: 10056273.

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

Color convert

RGB 81 114 153 -
CMYK 0.47 0.25 0 0.4
HSL 212.5º 0.31% 0.46% -
HSV(B) 212.5º 0.47% 0.6% -
XYZ 15.16 16.08 32.44 -
YUV 108.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 81 114 153 0.47 0.25 0 0.4 212.5 0.31 0.46
Hex 51 72 99 2F 19 0 28 D4 1F 2E
Octal 121 162 231 57 31 0 50 324 37 56
Binary 1010001 1110010 10011001 101111 11001 0 101000 11010100 11111 101110

Color Harmonies of #517299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517299

Black with #517299

Text Example


Text Example

White with #517299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517299; }

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

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

background-color css

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

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

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

border-color css

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

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

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