Html Css Color HEX #536B73 Bismark

📋 copy color: '#536B73'

red 83 ◦ green 107 ◦ blue 115

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

Shades of Bismark #536B73

Tints of Bismark #536B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.08%

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

R = 27.21%
G = 35.08%
B = 37.7%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536B73 (or 0x536B73) is known color: Bismark. HEX triplet: 53, 6B and 73. RGB value is (83,107,115). Sum of RGB (Red+Green+Blue) = 83+107+115=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #536B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B73 is #AC948C. Grayscale: #646464. Windows color (decimal): -11310221 or 7564115. OLE color: 7564115.

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

Color convert

RGB 83 107 115 -
CMYK 0.28 0.07 0 0.55
HSL 195º 0.16% 0.39% -
HSV(B) 195º 0.28% 0.45% -
XYZ 11.92 13.59 18.21 -
YUV 100.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 83 107 115 0.28 0.07 0 0.55 195 0.16 0.39
Hex 53 6B 73 1C 7 0 37 C3 10 27
Octal 123 153 163 34 7 0 67 303 20 47
Binary 1010011 1101011 1110011 11100 111 0 110111 11000011 10000 100111

Color Harmonies of #536B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B73

Black with #536B73

Text Example


Text Example

White with #536B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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