Html Css Color HEX #517099 San Marino

📋 copy color: '#517099'

red 81 ◦ green 112 ◦ blue 153

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

Shades of San Marino #517099

Tints of San Marino #517099

RGB

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

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

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

R = 23.41%
G = 32.37%
B = 44.22%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#517099 (or 0x517099) is known color: San Marino. HEX triplet: 51, 70 and 99. RGB value is (81,112,153). Sum of RGB (Red+Green+Blue) = 81+112+153=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #517099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517099 is #AE8F66. Grayscale: #6B6B6B. Windows color (decimal): -11439975 or 10055761. OLE color: 10055761.

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

Color convert

RGB 81 112 153 -
CMYK 0.47 0.27 0 0.4
HSL 214.17º 0.31% 0.46% -
HSV(B) 214.17º 0.47% 0.6% -
XYZ 14.94 15.64 32.37 -
YUV 107.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 81 112 153 0.47 0.27 0 0.4 214.17 0.31 0.46
Hex 51 70 99 2F 1B 0 28 D6 1F 2E
Octal 121 160 231 57 33 0 50 326 37 56
Binary 1010001 1110000 10011001 101111 11011 0 101000 11010110 11111 101110

Color Harmonies of #517099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517099

Black with #517099

Text Example


Text Example

White with #517099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517099; }

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

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

background-color css

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

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

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

border-color css

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

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

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