Html Css Color HEX #536C73 Bismark

📋 copy color: '#536C73'

red 83 ◦ green 108 ◦ blue 115

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

Shades of Bismark #536C73

Tints of Bismark #536C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 27.12%
G = 35.29%
B = 37.58%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536C73 (or 0x536C73) is known color: Bismark. HEX triplet: 53, 6C and 73. RGB value is (83,108,115). Sum of RGB (Red+Green+Blue) = 83+108+115=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #536C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C73 is #AC938C. Grayscale: #656565. Windows color (decimal): -11309965 or 7564371. OLE color: 7564371.

HSL color Cylindrical-coordinate representation of color #536C73: hue angle of 193.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #536C73 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 108 115 -
CMYK 0.28 0.06 0 0.55
HSL 193.13º 0.16% 0.39% -
HSV(B) 193.13º 0.28% 0.45% -
XYZ 12.02 13.8 18.25 -
YUV 101.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 83 108 115 0.28 0.06 0 0.55 193.13 0.16 0.39
Hex 53 6C 73 1C 6 0 37 C1 10 27
Octal 123 154 163 34 6 0 67 301 20 47
Binary 1010011 1101100 1110011 11100 110 0 110111 11000001 10000 100111

Color Harmonies of #536C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C73

Black with #536C73

Text Example


Text Example

White with #536C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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