Html Css Color HEX #536C76 Bismark

📋 copy color: '#536C76'

red 83 ◦ green 108 ◦ blue 118

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

Shades of Bismark #536C76

Tints of Bismark #536C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 26.86%
G = 34.95%
B = 38.19%

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

#536C76 (or 0x536C76) is known color: Bismark. HEX triplet: 53, 6C and 76. RGB value is (83,108,118). Sum of RGB (Red+Green+Blue) = 83+108+118=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #536C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C76 is #AC9389. Grayscale: #656565. Windows color (decimal): -11309962 or 7760979. OLE color: 7760979.

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

Color convert

RGB 83 108 118 -
CMYK 0.30 0.08 0 0.54
HSL 197.14º 0.17% 0.39% -
HSV(B) 197.14º 0.3% 0.46% -
XYZ 12.2 13.87 19.17 -
YUV 101.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 83 108 118 0.30 0.08 0 0.54 197.14 0.17 0.39
Hex 53 6C 76 1E 8 0 36 C5 11 27
Octal 123 154 166 36 10 0 66 305 21 47
Binary 1010011 1101100 1110110 11110 1000 0 110110 11000101 10001 100111

Color Harmonies of #536C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C76

Black with #536C76

Text Example


Text Example

White with #536C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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