Html Css Color HEX #506896 San Marino

📋 copy color: '#506896'

red 80 ◦ green 104 ◦ blue 150

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

Shades of San Marino #506896

Tints of San Marino #506896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 23.95%
G = 31.14%
B = 44.91%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#506896 (or 0x506896) is known color: San Marino. HEX triplet: 50, 68 and 96. RGB value is (80,104,150). Sum of RGB (Red+Green+Blue) = 80+104+150=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #506896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506896 is #AF9769. Grayscale: #656565. Windows color (decimal): -11507562 or 9857104. OLE color: 9857104.

HSL color Cylindrical-coordinate representation of color #506896: hue angle of 219.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506896 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 104 150 -
CMYK 0.47 0.31 0 0.41
HSL 219.43º 0.3% 0.45% -
HSV(B) 219.43º 0.47% 0.59% -
XYZ 13.76 13.81 30.79 -
YUV 102.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 80 104 150 0.47 0.31 0 0.41 219.43 0.3 0.45
Hex 50 68 96 2F 1F 0 29 DB 1E 2D
Octal 120 150 226 57 37 0 51 333 36 55
Binary 1010000 1101000 10010110 101111 11111 0 101001 11011011 11110 101101

Color Harmonies of #506896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506896

Black with #506896

Text Example


Text Example

White with #506896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506896; }

 p { color: rgb(80,104,150); }

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

background-color css

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

 a { background-color: rgb(80,104,150); }

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

border-color css

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

 span { border-color: rgb(80,104,150); }

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