Html Css Color HEX #506B72 Bismark

📋 copy color: '#506B72'

red 80 ◦ green 107 ◦ blue 114

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

Shades of Bismark #506B72

Tints of Bismark #506B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 26.58%
G = 35.55%
B = 37.87%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506B72 (or 0x506B72) is known color: Bismark. HEX triplet: 50, 6B and 72. RGB value is (80,107,114). Sum of RGB (Red+Green+Blue) = 80+107+114=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #506B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B72 is #AF948D. Grayscale: #636363. Windows color (decimal): -11506830 or 7498576. OLE color: 7498576.

HSL color Cylindrical-coordinate representation of color #506B72: hue angle of 192.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506B72 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 107 114 -
CMYK 0.30 0.06 0 0.55
HSL 192.35º 0.18% 0.38% -
HSV(B) 192.35º 0.3% 0.45% -
XYZ 11.6 13.44 17.9 -
YUV 99.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 80 107 114 0.30 0.06 0 0.55 192.35 0.18 0.38
Hex 50 6B 72 1E 6 0 37 C0 12 26
Octal 120 153 162 36 6 0 67 300 22 46
Binary 1010000 1101011 1110010 11110 110 0 110111 11000000 10010 100110

Color Harmonies of #506B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B72

Black with #506B72

Text Example


Text Example

White with #506B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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