Html Css Color HEX #506894 San Marino

📋 copy color: '#506894'

red 80 ◦ green 104 ◦ blue 148

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

Shades of San Marino #506894

Tints of San Marino #506894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 24.1%
G = 31.33%
B = 44.58%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506894 (or 0x506894) is known color: San Marino. HEX triplet: 50, 68 and 94. RGB value is (80,104,148). Sum of RGB (Red+Green+Blue) = 80+104+148=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #506894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506894 is #AF976B. Grayscale: #656565. Windows color (decimal): -11507564 or 9726032. OLE color: 9726032.

HSL color Cylindrical-coordinate representation of color #506894: hue angle of 218.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506894 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 104 148 -
CMYK 0.46 0.30 0 0.42
HSL 218.82º 0.3% 0.45% -
HSV(B) 218.82º 0.46% 0.58% -
XYZ 13.6 13.74 29.95 -
YUV 101.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 80 104 148 0.46 0.30 0 0.42 218.82 0.3 0.45
Hex 50 68 94 2E 1E 0 2A DB 1E 2D
Octal 120 150 224 56 36 0 52 333 36 55
Binary 1010000 1101000 10010100 101110 11110 0 101010 11011011 11110 101101

Color Harmonies of #506894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506894

Black with #506894

Text Example


Text Example

White with #506894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506894; }

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

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

background-color css

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

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

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

border-color css

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

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

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