Html Css Color HEX #507899 San Marino

📋 copy color: '#507899'

red 80 ◦ green 120 ◦ blue 153

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

Shades of San Marino #507899

Tints of San Marino #507899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 22.66%
G = 33.99%
B = 43.34%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#507899 (or 0x507899) is known color: San Marino. HEX triplet: 50, 78 and 99. RGB value is (80,120,153). Sum of RGB (Red+Green+Blue) = 80+120+153=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #507899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507899 is #AF8766. Grayscale: #6F6F6F. Windows color (decimal): -11503463 or 10057808. OLE color: 10057808.

HSL color Cylindrical-coordinate representation of color #507899: hue angle of 207.12º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507899 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 120 153 -
CMYK 0.48 0.22 0 0.4
HSL 207.12º 0.31% 0.46% -
HSV(B) 207.12º 0.48% 0.6% -
XYZ 15.77 17.44 32.67 -
YUV 111.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 80 120 153 0.48 0.22 0 0.4 207.12 0.31 0.46
Hex 50 78 99 30 16 0 28 CF 1F 2E
Octal 120 170 231 60 26 0 50 317 37 56
Binary 1010000 1111000 10011001 110000 10110 0 101000 11001111 11111 101110

Color Harmonies of #507899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507899

Black with #507899

Text Example


Text Example

White with #507899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507899; }

 p { color: rgb(80,120,153); }

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

background-color css

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

 a { background-color: rgb(80,120,153); }

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

border-color css

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

 span { border-color: rgb(80,120,153); }

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