Html Css Color HEX #506671 Bismark

📋 copy color: '#506671'

red 80 ◦ green 102 ◦ blue 113

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

Shades of Bismark #506671

Tints of Bismark #506671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.58%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 27.12%
G = 34.58%
B = 38.31%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#506671 (or 0x506671) is known color: Bismark. HEX triplet: 50, 66 and 71. RGB value is (80,102,113). Sum of RGB (Red+Green+Blue) = 80+102+113=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #506671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506671 is #AF998E. Grayscale: #606060. Windows color (decimal): -11508111 or 7431760. OLE color: 7431760.

HSL color Cylindrical-coordinate representation of color #506671: hue angle of 200º 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 #506671 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 102 113 -
CMYK 0.29 0.10 0 0.56
HSL 200º 0.17% 0.38% -
HSV(B) 200º 0.29% 0.44% -
XYZ 11.04 12.4 17.43 -
YUV 96.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 80 102 113 0.29 0.10 0 0.56 200 0.17 0.38
Hex 50 66 71 1D A 0 38 C8 11 26
Octal 120 146 161 35 12 0 70 310 21 46
Binary 1010000 1100110 1110001 11101 1010 0 111000 11001000 10001 100110

Color Harmonies of #506671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506671

Black with #506671

Text Example


Text Example

White with #506671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506671; }

 p { color: rgb(80,102,113); }

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

background-color css

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

 a { background-color: rgb(80,102,113); }

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

border-color css

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

 span { border-color: rgb(80,102,113); }

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