Html Css Color HEX #507197 San Marino

📋 copy color: '#507197'

red 80 ◦ green 113 ◦ blue 151

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

Shades of San Marino #507197

Tints of San Marino #507197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

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

R = 23.26%
G = 32.85%
B = 43.9%

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

#507197 (or 0x507197) is known color: San Marino. HEX triplet: 50, 71 and 97. RGB value is (80,113,151). Sum of RGB (Red+Green+Blue) = 80+113+151=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #507197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507197 is #AF8E68. Grayscale: #6B6B6B. Windows color (decimal): -11505257 or 9924944. OLE color: 9924944.

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

Color convert

RGB 80 113 151 -
CMYK 0.47 0.25 0 0.41
HSL 212.11º 0.31% 0.45% -
HSV(B) 212.11º 0.47% 0.59% -
XYZ 14.8 15.75 31.54 -
YUV 107.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 80 113 151 0.47 0.25 0 0.41 212.11 0.31 0.45
Hex 50 71 97 2F 19 0 29 D4 1F 2D
Octal 120 161 227 57 31 0 51 324 37 55
Binary 1010000 1110001 10010111 101111 11001 0 101001 11010100 11111 101101

Color Harmonies of #507197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507197

Black with #507197

Text Example


Text Example

White with #507197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507197; }

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

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

background-color css

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

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

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

border-color css

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

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

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