Html Css Color HEX #507797 San Marino

📋 copy color: '#507797'

red 80 ◦ green 119 ◦ blue 151

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

Shades of San Marino #507797

Tints of San Marino #507797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 22.86%
G = 34%
B = 43.14%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507797 (or 0x507797) is known color: San Marino. HEX triplet: 50, 77 and 97. RGB value is (80,119,151). Sum of RGB (Red+Green+Blue) = 80+119+151=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #507797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507797 is #AF8868. Grayscale: #6E6E6E. Windows color (decimal): -11503721 or 9926480. OLE color: 9926480.

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

Color convert

RGB 80 119 151 -
CMYK 0.47 0.21 0 0.41
HSL 207.04º 0.31% 0.45% -
HSV(B) 207.04º 0.47% 0.59% -
XYZ 15.49 17.13 31.77 -
YUV 110.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 80 119 151 0.47 0.21 0 0.41 207.04 0.31 0.45
Hex 50 77 97 2F 15 0 29 CF 1F 2D
Octal 120 167 227 57 25 0 51 317 37 55
Binary 1010000 1110111 10010111 101111 10101 0 101001 11001111 11111 101101

Color Harmonies of #507797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507797

Black with #507797

Text Example


Text Example

White with #507797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507797; }

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

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

background-color css

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

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

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

border-color css

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

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

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