Html Css Color HEX #507BA0 San Marino

📋 copy color: '#507BA0'

red 80 ◦ green 123 ◦ blue 160

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

Shades of San Marino #507BA0

Tints of San Marino #507BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 22.04%
G = 33.88%
B = 44.08%

CMYK

 C value IS 0.5

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#507BA0 (or 0x507BA0) is known color: San Marino. HEX triplet: 50, 7B and A0. RGB value is (80,123,160). Sum of RGB (Red+Green+Blue) = 80+123+160=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #507BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BA0 is #AF845F. Grayscale: #727272. Windows color (decimal): -11502688 or 10517328. OLE color: 10517328.

HSL color Cylindrical-coordinate representation of color #507BA0: hue angle of 207.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507BA0 is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 123 160 -
CMYK 0.5 0.23 0 0.37
HSL 207.75º 0.33% 0.47% -
HSV(B) 207.75º 0.5% 0.63% -
XYZ 16.74 18.41 35.93 -
YUV 114.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 80 123 160 0.5 0.23 0 0.37 207.75 0.33 0.47
Hex 50 7B A0 32 17 0 25 D0 21 2F
Octal 120 173 240 62 27 0 45 320 41 57
Binary 1010000 1111011 10100000 110010 10111 0 100101 11010000 100001 101111

Color Harmonies of #507BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BA0

Black with #507BA0

Text Example


Text Example

White with #507BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507BA0; }

 p { color: rgb(80,123,160); }

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

background-color css

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

 a { background-color: rgb(80,123,160); }

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

border-color css

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

 span { border-color: rgb(80,123,160); }

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