Html Css Color HEX #506BAF San Marino

📋 copy color: '#506BAF'

red 80 ◦ green 107 ◦ blue 175

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

Shades of San Marino #506BAF

Tints of San Marino #506BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

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

R = 22.1%
G = 29.56%
B = 48.34%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#506BAF (or 0x506BAF) is known color: San Marino. HEX triplet: 50, 6B and AF. RGB value is (80,107,175). Sum of RGB (Red+Green+Blue) = 80+107+175=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #506BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506BAF is #AF9450. Grayscale: #6A6A6A. Windows color (decimal): -11506769 or 11496272. OLE color: 11496272.

HSL color Cylindrical-coordinate representation of color #506BAF: hue angle of 222.95º 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 #506BAF is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 107 175 -
CMYK 0.54 0.39 0 0.31
HSL 222.95º 0.37% 0.5% -
HSV(B) 222.95º 0.54% 0.69% -
XYZ 16.3 15.32 42.65 -
YUV 106.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 80 107 175 0.54 0.39 0 0.31 222.95 0.37 0.5
Hex 50 6B AF 36 27 0 1F DF 25 32
Octal 120 153 257 66 47 0 37 337 45 62
Binary 1010000 1101011 10101111 110110 100111 0 11111 11011111 100101 110010

Color Harmonies of #506BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BAF

Black with #506BAF

Text Example


Text Example

White with #506BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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