Html Css Color HEX #536A76 Bismark

📋 copy color: '#536A76'

red 83 ◦ green 106 ◦ blue 118

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

Shades of Bismark #536A76

Tints of Bismark #536A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

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

R = 27.04%
G = 34.53%
B = 38.44%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#536A76 (or 0x536A76) is known color: Bismark. HEX triplet: 53, 6A and 76. RGB value is (83,106,118). Sum of RGB (Red+Green+Blue) = 83+106+118=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #536A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A76 is #AC9589. Grayscale: #646464. Windows color (decimal): -11310474 or 7760467. OLE color: 7760467.

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

Color convert

RGB 83 106 118 -
CMYK 0.30 0.10 0 0.54
HSL 200.57º 0.17% 0.39% -
HSV(B) 200.57º 0.3% 0.46% -
XYZ 11.99 13.46 19.1 -
YUV 100.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 83 106 118 0.30 0.10 0 0.54 200.57 0.17 0.39
Hex 53 6A 76 1E A 0 36 C9 11 27
Octal 123 152 166 36 12 0 66 311 21 47
Binary 1010011 1101010 1110110 11110 1010 0 110110 11001001 10001 100111

Color Harmonies of #536A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A76

Black with #536A76

Text Example


Text Example

White with #536A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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