Html Css Color HEX #506897 San Marino

📋 copy color: '#506897'

red 80 ◦ green 104 ◦ blue 151

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

Shades of San Marino #506897

Tints of San Marino #506897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

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

R = 23.88%
G = 31.04%
B = 45.07%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#506897 (or 0x506897) is known color: San Marino. HEX triplet: 50, 68 and 97. RGB value is (80,104,151). Sum of RGB (Red+Green+Blue) = 80+104+151=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #506897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506897 is #AF9768. Grayscale: #656565. Windows color (decimal): -11507561 or 9922640. OLE color: 9922640.

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

Color convert

RGB 80 104 151 -
CMYK 0.47 0.31 0 0.41
HSL 219.72º 0.31% 0.45% -
HSV(B) 219.72º 0.47% 0.59% -
XYZ 13.84 13.84 31.22 -
YUV 102.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 80 104 151 0.47 0.31 0 0.41 219.72 0.31 0.45
Hex 50 68 97 2F 1F 0 29 DC 1F 2D
Octal 120 150 227 57 37 0 51 334 37 55
Binary 1010000 1101000 10010111 101111 11111 0 101001 11011100 11111 101101

Color Harmonies of #506897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506897

Black with #506897

Text Example


Text Example

White with #506897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506897; }

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

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

background-color css

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

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

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

border-color css

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

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

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