Html Css Color HEX #536E76 Bismark

📋 copy color: '#536E76'

red 83 ◦ green 110 ◦ blue 118

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

Shades of Bismark #536E76

Tints of Bismark #536E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

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

R = 26.69%
G = 35.37%
B = 37.94%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#536E76 (or 0x536E76) is known color: Bismark. HEX triplet: 53, 6E and 76. RGB value is (83,110,118). Sum of RGB (Red+Green+Blue) = 83+110+118=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #536E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536E76 is #AC9189. Grayscale: #666666. Windows color (decimal): -11309450 or 7761491. OLE color: 7761491.

HSL color Cylindrical-coordinate representation of color #536E76: hue angle of 193.71º 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 #536E76 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 110 118 -
CMYK 0.30 0.07 0 0.54
HSL 193.71º 0.17% 0.39% -
HSV(B) 193.71º 0.3% 0.46% -
XYZ 12.41 14.3 19.25 -
YUV 102.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 83 110 118 0.30 0.07 0 0.54 193.71 0.17 0.39
Hex 53 6E 76 1E 7 0 36 C2 11 27
Octal 123 156 166 36 7 0 66 302 21 47
Binary 1010011 1101110 1110110 11110 111 0 110110 11000010 10001 100111

Color Harmonies of #536E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E76

Black with #536E76

Text Example


Text Example

White with #536E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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