Html Css Color HEX #55717C Bismark

📋 copy color: '#55717C'

red 85 ◦ green 113 ◦ blue 124

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

Shades of Bismark #55717C

Tints of Bismark #55717C

RGB

 RED value IS 85 (33.59% from 255) = 26.4%

 GREEN value IS 113 (44.53% from 255) = 35.09%

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

R = 26.4%
G = 35.09%
B = 38.51%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55717C (or 0x55717C) is known color: Bismark. HEX triplet: 55, 71 and 7C. RGB value is (85,113,124). Sum of RGB (Red+Green+Blue) = 85+113+124=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 113 (44.53% from 255 or 35.09% 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 #55717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55717C is #AA8E83. Grayscale: #696969. Windows color (decimal): -11177604 or 8155477. OLE color: 8155477.

HSL color Cylindrical-coordinate representation of color #55717C: hue angle of 196.92º degrees, saturation: 0.19, 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 #55717C is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 113 124 -
CMYK 0.31 0.09 0 0.51
HSL 196.92º 0.19% 0.41% -
HSV(B) 196.92º 0.31% 0.49% -
XYZ 13.29 15.2 21.3 -
YUV 105.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 85 113 124 0.31 0.09 0 0.51 196.92 0.19 0.41
Hex 55 71 7C 1F 9 0 33 C5 13 29
Octal 125 161 174 37 11 0 63 305 23 51
Binary 1010101 1110001 1111100 11111 1001 0 110011 11000101 10011 101001

Color Harmonies of #55717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55717C

Black with #55717C

Text Example


Text Example

White with #55717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,113,124); }

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

background-color css

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

 a { background-color: rgb(85,113,124); }

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

border-color css

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

 span { border-color: rgb(85,113,124); }

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