Html Css Color HEX #50707B Bismark

📋 copy color: '#50707B'

red 80 ◦ green 112 ◦ blue 123

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

Shades of Bismark #50707B

Tints of Bismark #50707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 25.4%
G = 35.56%
B = 39.05%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50707B (or 0x50707B) is known color: Bismark. HEX triplet: 50, 70 and 7B. RGB value is (80,112,123). Sum of RGB (Red+Green+Blue) = 80+112+123=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #50707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50707B is #AF8F84. Grayscale: #676767. Windows color (decimal): -11505541 or 8089680. OLE color: 8089680.

HSL color Cylindrical-coordinate representation of color #50707B: hue angle of 195.35º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50707B is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 112 123 -
CMYK 0.35 0.09 0 0.52
HSL 195.35º 0.21% 0.4% -
HSV(B) 195.35º 0.35% 0.48% -
XYZ 12.68 14.72 20.91 -
YUV 103.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 80 112 123 0.35 0.09 0 0.52 195.35 0.21 0.4
Hex 50 70 7B 23 9 0 34 C3 15 28
Octal 120 160 173 43 11 0 64 303 25 50
Binary 1010000 1110000 1111011 100011 1001 0 110100 11000011 10101 101000

Color Harmonies of #50707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50707B

Black with #50707B

Text Example


Text Example

White with #50707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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