Html Css Color HEX #507297 San Marino

📋 copy color: '#507297'

red 80 ◦ green 114 ◦ blue 151

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

Shades of San Marino #507297

Tints of San Marino #507297

RGB

 RED value IS 80 (31.64% from 255) = 23.19%

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

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

R = 23.19%
G = 33.04%
B = 43.77%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507297 (or 0x507297) is known color: San Marino. HEX triplet: 50, 72 and 97. RGB value is (80,114,151). Sum of RGB (Red+Green+Blue) = 80+114+151=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #507297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507297 is #AF8D68. Grayscale: #6B6B6B. Windows color (decimal): -11505001 or 9925200. OLE color: 9925200.

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

Color convert

RGB 80 114 151 -
CMYK 0.47 0.25 0 0.41
HSL 211.27º 0.31% 0.45% -
HSV(B) 211.27º 0.47% 0.59% -
XYZ 14.91 15.97 31.58 -
YUV 108.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 80 114 151 0.47 0.25 0 0.41 211.27 0.31 0.45
Hex 50 72 97 2F 19 0 29 D3 1F 2D
Octal 120 162 227 57 31 0 51 323 37 55
Binary 1010000 1110010 10010111 101111 11001 0 101001 11010011 11111 101101

Color Harmonies of #507297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507297

Black with #507297

Text Example


Text Example

White with #507297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507297; }

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

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

background-color css

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

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

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

border-color css

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

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

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