Html Css Color HEX #507999 San Marino

📋 copy color: '#507999'

red 80 ◦ green 121 ◦ blue 153

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

Shades of San Marino #507999

Tints of San Marino #507999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 22.6%
G = 34.18%
B = 43.22%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#507999 (or 0x507999) is known color: San Marino. HEX triplet: 50, 79 and 99. RGB value is (80,121,153). Sum of RGB (Red+Green+Blue) = 80+121+153=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #507999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507999 is #AF8666. Grayscale: #707070. Windows color (decimal): -11503207 or 10058064. OLE color: 10058064.

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

Color convert

RGB 80 121 153 -
CMYK 0.48 0.21 0 0.4
HSL 206.3º 0.31% 0.46% -
HSV(B) 206.3º 0.48% 0.6% -
XYZ 15.9 17.68 32.71 -
YUV 112.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 80 121 153 0.48 0.21 0 0.4 206.3 0.31 0.46
Hex 50 79 99 30 15 0 28 CE 1F 2E
Octal 120 171 231 60 25 0 50 316 37 56
Binary 1010000 1111001 10011001 110000 10101 0 101000 11001110 11111 101110

Color Harmonies of #507999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507999

Black with #507999

Text Example


Text Example

White with #507999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507999; }

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

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

background-color css

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

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

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

border-color css

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

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

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