Html Css Color HEX #56707C Bismark

📋 copy color: '#56707C'

red 86 ◦ green 112 ◦ blue 124

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

Shades of Bismark #56707C

Tints of Bismark #56707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 26.71%
G = 34.78%
B = 38.51%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56707C (or 0x56707C) is known color: Bismark. HEX triplet: 56, 70 and 7C. RGB value is (86,112,124). Sum of RGB (Red+Green+Blue) = 86+112+124=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #56707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56707C is #A98F83. Grayscale: #696969. Windows color (decimal): -11112324 or 8155222. OLE color: 8155222.

HSL color Cylindrical-coordinate representation of color #56707C: hue angle of 198.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56707C is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 112 124 -
CMYK 0.31 0.10 0 0.51
HSL 198.95º 0.18% 0.41% -
HSV(B) 198.95º 0.31% 0.49% -
XYZ 13.27 15.02 21.27 -
YUV 105.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 86 112 124 0.31 0.10 0 0.51 198.95 0.18 0.41
Hex 56 70 7C 1F A 0 33 C7 12 29
Octal 126 160 174 37 12 0 63 307 22 51
Binary 1010110 1110000 1111100 11111 1010 0 110011 11000111 10010 101001

Color Harmonies of #56707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56707C

Black with #56707C

Text Example


Text Example

White with #56707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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