Html Css Color HEX #506CAF San Marino

📋 copy color: '#506CAF'

red 80 ◦ green 108 ◦ blue 175

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

Shades of San Marino #506CAF

Tints of San Marino #506CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 22.04%
G = 29.75%
B = 48.21%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#506CAF (or 0x506CAF) is known color: San Marino. HEX triplet: 50, 6C and AF. RGB value is (80,108,175). Sum of RGB (Red+Green+Blue) = 80+108+175=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #506CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506CAF is #AF9350. Grayscale: #6A6A6A. Windows color (decimal): -11506513 or 11496528. OLE color: 11496528.

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

Color convert

RGB 80 108 175 -
CMYK 0.54 0.38 0 0.31
HSL 222.32º 0.37% 0.5% -
HSV(B) 222.32º 0.54% 0.69% -
XYZ 16.41 15.53 42.69 -
YUV 107.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 80 108 175 0.54 0.38 0 0.31 222.32 0.37 0.5
Hex 50 6C AF 36 26 0 1F DE 25 32
Octal 120 154 257 66 46 0 37 336 45 62
Binary 1010000 1101100 10101111 110110 100110 0 11111 11011110 100101 110010

Color Harmonies of #506CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CAF

Black with #506CAF

Text Example


Text Example

White with #506CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,108,175); }

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

background-color css

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

 a { background-color: rgb(80,108,175); }

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

border-color css

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

 span { border-color: rgb(80,108,175); }

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