Html Css Color HEX #55707E Bismark

📋 copy color: '#55707E'

red 85 ◦ green 112 ◦ blue 126

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

Shades of Bismark #55707E

Tints of Bismark #55707E

RGB

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

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

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

R = 26.32%
G = 34.67%
B = 39.01%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55707E (or 0x55707E) is known color: Bismark. HEX triplet: 55, 70 and 7E. RGB value is (85,112,126). Sum of RGB (Red+Green+Blue) = 85+112+126=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 126 - color contains mainly: blue. Hex color #55707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55707E is #AA8F81. Grayscale: #696969. Windows color (decimal): -11177858 or 8286293. OLE color: 8286293.

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

Color convert

RGB 85 112 126 -
CMYK 0.33 0.11 0 0.51
HSL 200.49º 0.19% 0.41% -
HSV(B) 200.49º 0.33% 0.49% -
XYZ 13.31 15.03 21.94 -
YUV 105.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 85 112 126 0.33 0.11 0 0.51 200.49 0.19 0.41
Hex 55 70 7E 21 B 0 33 C8 13 29
Octal 125 160 176 41 13 0 63 310 23 51
Binary 1010101 1110000 1111110 100001 1011 0 110011 11001000 10011 101001

Color Harmonies of #55707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55707E

Black with #55707E

Text Example


Text Example

White with #55707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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