Html Css Color HEX #506870 Bismark

📋 copy color: '#506870'

red 80 ◦ green 104 ◦ blue 112

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

Shades of Bismark #506870

Tints of Bismark #506870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 27.03%
G = 35.14%
B = 37.84%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506870 (or 0x506870) is known color: Bismark. HEX triplet: 50, 68 and 70. RGB value is (80,104,112). Sum of RGB (Red+Green+Blue) = 80+104+112=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #506870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506870 is #AF978F. Grayscale: #616161. Windows color (decimal): -11507600 or 7366736. OLE color: 7366736.

HSL color Cylindrical-coordinate representation of color #506870: hue angle of 195º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506870 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 104 112 -
CMYK 0.29 0.07 0 0.56
HSL 195º 0.17% 0.38% -
HSV(B) 195º 0.29% 0.44% -
XYZ 11.18 12.78 17.21 -
YUV 97.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 80 104 112 0.29 0.07 0 0.56 195 0.17 0.38
Hex 50 68 70 1D 7 0 38 C3 11 26
Octal 120 150 160 35 7 0 70 303 21 46
Binary 1010000 1101000 1110000 11101 111 0 111000 11000011 10001 100110

Color Harmonies of #506870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506870

Black with #506870

Text Example


Text Example

White with #506870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506870; }

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

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

background-color css

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

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

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

border-color css

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

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

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