Html Css Color HEX #536F76 Bismark

📋 copy color: '#536F76'

red 83 ◦ green 111 ◦ blue 118

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

Shades of Bismark #536F76

Tints of Bismark #536F76

RGB

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

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

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

R = 26.6%
G = 35.58%
B = 37.82%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#536F76 (or 0x536F76) is known color: Bismark. HEX triplet: 53, 6F and 76. RGB value is (83,111,118). Sum of RGB (Red+Green+Blue) = 83+111+118=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #536F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F76 is #AC9089. Grayscale: #676767. Windows color (decimal): -11309194 or 7761747. OLE color: 7761747.

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

Color convert

RGB 83 111 118 -
CMYK 0.30 0.06 0 0.54
HSL 192º 0.17% 0.39% -
HSV(B) 192º 0.3% 0.46% -
XYZ 12.52 14.52 19.28 -
YUV 103.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 83 111 118 0.30 0.06 0 0.54 192 0.17 0.39
Hex 53 6F 76 1E 6 0 36 C0 11 27
Octal 123 157 166 36 6 0 66 300 21 47
Binary 1010011 1101111 1110110 11110 110 0 110110 11000000 10001 100111

Color Harmonies of #536F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F76

Black with #536F76

Text Example


Text Example

White with #536F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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