Html Css Color HEX #506A94 San Marino

📋 copy color: '#506A94'

red 80 ◦ green 106 ◦ blue 148

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

Shades of San Marino #506A94

Tints of San Marino #506A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

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

R = 23.95%
G = 31.74%
B = 44.31%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506A94 (or 0x506A94) is known color: San Marino. HEX triplet: 50, 6A and 94. RGB value is (80,106,148). Sum of RGB (Red+Green+Blue) = 80+106+148=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #506A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A94 is #AF956B. Grayscale: #666666. Windows color (decimal): -11507052 or 9726544. OLE color: 9726544.

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

Color convert

RGB 80 106 148 -
CMYK 0.46 0.28 0 0.42
HSL 217.06º 0.3% 0.45% -
HSV(B) 217.06º 0.46% 0.58% -
XYZ 13.81 14.15 30.02 -
YUV 103.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 80 106 148 0.46 0.28 0 0.42 217.06 0.3 0.45
Hex 50 6A 94 2E 1C 0 2A D9 1E 2D
Octal 120 152 224 56 34 0 52 331 36 55
Binary 1010000 1101010 10010100 101110 11100 0 101010 11011001 11110 101101

Color Harmonies of #506A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A94

Black with #506A94

Text Example


Text Example

White with #506A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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