Html Css Color HEX #506CAC San Marino

📋 copy color: '#506CAC'

red 80 ◦ green 108 ◦ blue 172

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

Shades of San Marino #506CAC

Tints of San Marino #506CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 22.22%
G = 30%
B = 47.78%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#506CAC (or 0x506CAC) is known color: San Marino. HEX triplet: 50, 6C and AC. RGB value is (80,108,172). Sum of RGB (Red+Green+Blue) = 80+108+172=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #506CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506CAC is #AF9353. Grayscale: #6A6A6A. Windows color (decimal): -11506516 or 11299920. OLE color: 11299920.

HSL color Cylindrical-coordinate representation of color #506CAC: hue angle of 221.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506CAC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 108 172 -
CMYK 0.53 0.37 0 0.33
HSL 221.74º 0.37% 0.49% -
HSV(B) 221.74º 0.53% 0.67% -
XYZ 16.12 15.41 41.15 -
YUV 106.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 80 108 172 0.53 0.37 0 0.33 221.74 0.37 0.49
Hex 50 6C AC 35 25 0 21 DE 25 31
Octal 120 154 254 65 45 0 41 336 45 61
Binary 1010000 1101100 10101100 110101 100101 0 100001 11011110 100101 110001

Color Harmonies of #506CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CAC

Black with #506CAC

Text Example


Text Example

White with #506CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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