Html Css Color HEX #537175 Bismark

📋 copy color: '#537175'

red 83 ◦ green 113 ◦ blue 117

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

Shades of Bismark #537175

Tints of Bismark #537175

RGB

 RED value IS 83 (32.81% from 255) = 26.52%

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

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

R = 26.52%
G = 36.1%
B = 37.38%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#537175 (or 0x537175) is known color: Bismark. HEX triplet: 53, 71 and 75. RGB value is (83,113,117). Sum of RGB (Red+Green+Blue) = 83+113+117=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #537175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537175 is #AC8E8A. Grayscale: #686868. Windows color (decimal): -11308683 or 7696723. OLE color: 7696723.

HSL color Cylindrical-coordinate representation of color #537175: hue angle of 187.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537175 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 113 117 -
CMYK 0.29 0.03 0 0.54
HSL 187.06º 0.17% 0.39% -
HSV(B) 187.06º 0.29% 0.46% -
XYZ 12.68 14.93 19.04 -
YUV 104.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 83 113 117 0.29 0.03 0 0.54 187.06 0.17 0.39
Hex 53 71 75 1D 3 0 36 BB 11 27
Octal 123 161 165 35 3 0 66 273 21 47
Binary 1010011 1110001 1110101 11101 11 0 110110 10111011 10001 100111

Color Harmonies of #537175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537175

Black with #537175

Text Example


Text Example

White with #537175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537175; }

 p { color: rgb(83,113,117); }

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

background-color css

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

 a { background-color: rgb(83,113,117); }

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

border-color css

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

 span { border-color: rgb(83,113,117); }

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