Html Css Color HEX #506994 San Marino

📋 copy color: '#506994'

red 80 ◦ green 105 ◦ blue 148

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

Shades of San Marino #506994

Tints of San Marino #506994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 24.02%
G = 31.53%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506994 (or 0x506994) is known color: San Marino. HEX triplet: 50, 69 and 94. RGB value is (80,105,148). Sum of RGB (Red+Green+Blue) = 80+105+148=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #506994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506994 is #AF966B. Grayscale: #666666. Windows color (decimal): -11507308 or 9726288. OLE color: 9726288.

HSL color Cylindrical-coordinate representation of color #506994: hue angle of 217.94º 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 #506994 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 105 148 -
CMYK 0.46 0.29 0 0.42
HSL 217.94º 0.3% 0.45% -
HSV(B) 217.94º 0.46% 0.58% -
XYZ 13.71 13.95 29.99 -
YUV 102.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 80 105 148 0.46 0.29 0 0.42 217.94 0.3 0.45
Hex 50 69 94 2E 1D 0 2A DA 1E 2D
Octal 120 151 224 56 35 0 52 332 36 55
Binary 1010000 1101001 10010100 101110 11101 0 101010 11011010 11110 101101

Color Harmonies of #506994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506994

Black with #506994

Text Example


Text Example

White with #506994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506994; }

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

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

background-color css

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

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

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

border-color css

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

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

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