Html Css Color HEX #556975 Bismark

📋 copy color: '#556975'

red 85 ◦ green 105 ◦ blue 117

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

Shades of Bismark #556975

Tints of Bismark #556975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 27.69%
G = 34.2%
B = 38.11%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556975 (or 0x556975) is known color: Bismark. HEX triplet: 55, 69 and 75. RGB value is (85,105,117). Sum of RGB (Red+Green+Blue) = 85+105+117=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #556975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556975 is #AA968A. Grayscale: #646464. Windows color (decimal): -11179659 or 7694677. OLE color: 7694677.

HSL color Cylindrical-coordinate representation of color #556975: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556975 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 105 117 -
CMYK 0.27 0.10 0 0.54
HSL 202.5º 0.16% 0.4% -
HSV(B) 202.5º 0.27% 0.46% -
XYZ 12.01 13.32 18.77 -
YUV 100.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 85 105 117 0.27 0.10 0 0.54 202.5 0.16 0.4
Hex 55 69 75 1B A 0 36 CA 10 28
Octal 125 151 165 33 12 0 66 312 20 50
Binary 1010101 1101001 1110101 11011 1010 0 110110 11001010 10000 101000

Color Harmonies of #556975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556975

Black with #556975

Text Example


Text Example

White with #556975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556975; }

 p { color: rgb(85,105,117); }

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

background-color css

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

 a { background-color: rgb(85,105,117); }

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

border-color css

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

 span { border-color: rgb(85,105,117); }

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