Html Css Color HEX #507597 San Marino

📋 copy color: '#507597'

red 80 ◦ green 117 ◦ blue 151

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

Shades of San Marino #507597

Tints of San Marino #507597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 22.99%
G = 33.62%
B = 43.39%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507597 (or 0x507597) is known color: San Marino. HEX triplet: 50, 75 and 97. RGB value is (80,117,151). Sum of RGB (Red+Green+Blue) = 80+117+151=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #507597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507597 is #AF8A68. Grayscale: #6D6D6D. Windows color (decimal): -11504233 or 9925968. OLE color: 9925968.

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

Color convert

RGB 80 117 151 -
CMYK 0.47 0.23 0 0.41
HSL 208.73º 0.31% 0.45% -
HSV(B) 208.73º 0.47% 0.59% -
XYZ 15.26 16.66 31.69 -
YUV 109.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 80 117 151 0.47 0.23 0 0.41 208.73 0.31 0.45
Hex 50 75 97 2F 17 0 29 D1 1F 2D
Octal 120 165 227 57 27 0 51 321 37 55
Binary 1010000 1110101 10010111 101111 10111 0 101001 11010001 11111 101101

Color Harmonies of #507597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507597

Black with #507597

Text Example


Text Example

White with #507597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507597; }

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

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

background-color css

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

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

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

border-color css

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

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

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