Html Css Color HEX #536D76 Bismark

📋 copy color: '#536D76'

red 83 ◦ green 109 ◦ blue 118

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

Shades of Bismark #536D76

Tints of Bismark #536D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 26.77%
G = 35.16%
B = 38.06%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#536D76 (or 0x536D76) is known color: Bismark. HEX triplet: 53, 6D and 76. RGB value is (83,109,118). Sum of RGB (Red+Green+Blue) = 83+109+118=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #536D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D76 is #AC9289. Grayscale: #666666. Windows color (decimal): -11309706 or 7761235. OLE color: 7761235.

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

Color convert

RGB 83 109 118 -
CMYK 0.30 0.08 0 0.54
HSL 195.43º 0.17% 0.39% -
HSV(B) 195.43º 0.3% 0.46% -
XYZ 12.31 14.08 19.21 -
YUV 102.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 83 109 118 0.30 0.08 0 0.54 195.43 0.17 0.39
Hex 53 6D 76 1E 8 0 36 C3 11 27
Octal 123 155 166 36 10 0 66 303 21 47
Binary 1010011 1101101 1110110 11110 1000 0 110110 11000011 10001 100111

Color Harmonies of #536D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D76

Black with #536D76

Text Example


Text Example

White with #536D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536D76; }

 p { color: rgb(83,109,118); }

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

background-color css

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

 a { background-color: rgb(83,109,118); }

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

border-color css

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

 span { border-color: rgb(83,109,118); }

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