Html Css Color HEX #56707B Bismark

📋 copy color: '#56707B'

red 86 ◦ green 112 ◦ blue 123

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

Shades of Bismark #56707B

Tints of Bismark #56707B

RGB

 RED value IS 86 (33.98% from 255) = 26.79%

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

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

R = 26.79%
G = 34.89%
B = 38.32%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56707B (or 0x56707B) is known color: Bismark. HEX triplet: 56, 70 and 7B. RGB value is (86,112,123). Sum of RGB (Red+Green+Blue) = 86+112+123=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #56707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56707B is #A98F84. Grayscale: #696969. Windows color (decimal): -11112325 or 8089686. OLE color: 8089686.

HSL color Cylindrical-coordinate representation of color #56707B: hue angle of 197.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56707B is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 112 123 -
CMYK 0.30 0.09 0 0.52
HSL 197.84º 0.18% 0.41% -
HSV(B) 197.84º 0.3% 0.48% -
XYZ 13.21 15 20.94 -
YUV 105.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 86 112 123 0.30 0.09 0 0.52 197.84 0.18 0.41
Hex 56 70 7B 1E 9 0 34 C6 12 29
Octal 126 160 173 36 11 0 64 306 22 51
Binary 1010110 1110000 1111011 11110 1001 0 110100 11000110 10010 101001

Color Harmonies of #56707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56707B

Black with #56707B

Text Example


Text Example

White with #56707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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