Html Css Color HEX #556F7E Bismark

📋 copy color: '#556F7E'

red 85 ◦ green 111 ◦ blue 126

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

Shades of Bismark #556F7E

Tints of Bismark #556F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

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

R = 26.4%
G = 34.47%
B = 39.13%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#556F7E (or 0x556F7E) is known color: Bismark. HEX triplet: 55, 6F and 7E. RGB value is (85,111,126). Sum of RGB (Red+Green+Blue) = 85+111+126=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 126 - color contains mainly: blue. Hex color #556F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F7E is #AA9081. Grayscale: #686868. Windows color (decimal): -11178114 or 8286037. OLE color: 8286037.

HSL color Cylindrical-coordinate representation of color #556F7E: hue angle of 201.95º 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 #556F7E is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 111 126 -
CMYK 0.33 0.12 0 0.51
HSL 201.95º 0.19% 0.41% -
HSV(B) 201.95º 0.33% 0.49% -
XYZ 13.2 14.81 21.9 -
YUV 104.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 85 111 126 0.33 0.12 0 0.51 201.95 0.19 0.41
Hex 55 6F 7E 21 C 0 33 CA 13 29
Octal 125 157 176 41 14 0 63 312 23 51
Binary 1010101 1101111 1111110 100001 1100 0 110011 11001010 10011 101001

Color Harmonies of #556F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F7E

Black with #556F7E

Text Example


Text Example

White with #556F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556F7E; }

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

 H1.HeaderClassName
 {
   color: #556F7E;
 }
 .AnyTagClassName
 {
   color: #556F7E;
 }
</style>

background-color css

<style>
 a { background-color: #556F7E; }

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

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

border-color css

<style>
 span { border-color: #556F7E; }

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

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