Html Css Color HEX #56707E Bismark

📋 copy color: '#56707E'

red 86 ◦ green 112 ◦ blue 126

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

Shades of Bismark #56707E

Tints of Bismark #56707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 26.54%
G = 34.57%
B = 38.89%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56707E (or 0x56707E) is known color: Bismark. HEX triplet: 56, 70 and 7E. RGB value is (86,112,126). Sum of RGB (Red+Green+Blue) = 86+112+126=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #56707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56707E is #A98F81. Grayscale: #696969. Windows color (decimal): -11112322 or 8286294. OLE color: 8286294.

HSL color Cylindrical-coordinate representation of color #56707E: hue angle of 201º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56707E is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 112 126 -
CMYK 0.32 0.11 0 0.51
HSL 201º 0.19% 0.42% -
HSV(B) 201º 0.32% 0.49% -
XYZ 13.4 15.07 21.94 -
YUV 105.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 86 112 126 0.32 0.11 0 0.51 201 0.19 0.42
Hex 56 70 7E 20 B 0 33 C9 13 2A
Octal 126 160 176 40 13 0 63 311 23 52
Binary 1010110 1110000 1111110 100000 1011 0 110011 11001001 10011 101010

Color Harmonies of #56707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56707E

Black with #56707E

Text Example


Text Example

White with #56707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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