Html Css Color HEX #517297 San Marino

📋 copy color: '#517297'

red 81 ◦ green 114 ◦ blue 151

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

Shades of San Marino #517297

Tints of San Marino #517297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 23.41%
G = 32.95%
B = 43.64%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#517297 (or 0x517297) is known color: San Marino. HEX triplet: 51, 72 and 97. RGB value is (81,114,151). Sum of RGB (Red+Green+Blue) = 81+114+151=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #517297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517297 is #AE8D68. Grayscale: #6C6C6C. Windows color (decimal): -11439465 or 9925201. OLE color: 9925201.

HSL color Cylindrical-coordinate representation of color #517297: hue angle of 211.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517297 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 114 151 -
CMYK 0.46 0.25 0 0.41
HSL 211.71º 0.3% 0.45% -
HSV(B) 211.71º 0.46% 0.59% -
XYZ 15 16.02 31.58 -
YUV 108.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 81 114 151 0.46 0.25 0 0.41 211.71 0.3 0.45
Hex 51 72 97 2E 19 0 29 D4 1E 2D
Octal 121 162 227 56 31 0 51 324 36 55
Binary 1010001 1110010 10010111 101110 11001 0 101001 11010100 11110 101101

Color Harmonies of #517297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517297

Black with #517297

Text Example


Text Example

White with #517297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517297; }

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

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

background-color css

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

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

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

border-color css

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

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

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