Html Css Color HEX #506AAE San Marino

📋 copy color: '#506AAE'

red 80 ◦ green 106 ◦ blue 174

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

Shades of San Marino #506AAE

Tints of San Marino #506AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 22.22%
G = 29.44%
B = 48.33%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#506AAE (or 0x506AAE) is known color: San Marino. HEX triplet: 50, 6A and AE. RGB value is (80,106,174). Sum of RGB (Red+Green+Blue) = 80+106+174=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #506AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506AAE is #AF9551. Grayscale: #696969. Windows color (decimal): -11507026 or 11430480. OLE color: 11430480.

HSL color Cylindrical-coordinate representation of color #506AAE: hue angle of 223.4º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506AAE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 106 174 -
CMYK 0.54 0.39 0 0.32
HSL 223.4º 0.37% 0.5% -
HSV(B) 223.4º 0.54% 0.68% -
XYZ 16.1 15.07 42.1 -
YUV 105.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 80 106 174 0.54 0.39 0 0.32 223.4 0.37 0.5
Hex 50 6A AE 36 27 0 20 DF 25 32
Octal 120 152 256 66 47 0 40 337 45 62
Binary 1010000 1101010 10101110 110110 100111 0 100000 11011111 100101 110010

Color Harmonies of #506AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506AAE

Black with #506AAE

Text Example


Text Example

White with #506AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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