Html Css Color HEX #506E75 Bismark

📋 copy color: '#506E75'

red 80 ◦ green 110 ◦ blue 117

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

Shades of Bismark #506E75

Tints of Bismark #506E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.83%

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 26.06%
G = 35.83%
B = 38.11%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506E75 (or 0x506E75) is known color: Bismark. HEX triplet: 50, 6E and 75. RGB value is (80,110,117). Sum of RGB (Red+Green+Blue) = 80+110+117=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #506E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E75 is #AF918A. Grayscale: #656565. Windows color (decimal): -11506059 or 7695952. OLE color: 7695952.

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

Color convert

RGB 80 110 117 -
CMYK 0.32 0.06 0 0.54
HSL 191.35º 0.19% 0.39% -
HSV(B) 191.35º 0.32% 0.46% -
XYZ 12.1 14.14 18.92 -
YUV 101.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 80 110 117 0.32 0.06 0 0.54 191.35 0.19 0.39
Hex 50 6E 75 20 6 0 36 BF 13 27
Octal 120 156 165 40 6 0 66 277 23 47
Binary 1010000 1101110 1110101 100000 110 0 110110 10111111 10011 100111

Color Harmonies of #506E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E75

Black with #506E75

Text Example


Text Example

White with #506E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,110,117); }

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

background-color css

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

 a { background-color: rgb(80,110,117); }

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

border-color css

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

 span { border-color: rgb(80,110,117); }

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