Html Css Color HEX #536971 Bismark

📋 copy color: '#536971'

red 83 ◦ green 105 ◦ blue 113

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

Shades of Bismark #536971

Tints of Bismark #536971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 27.57%
G = 34.88%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#536971 (or 0x536971) is known color: Bismark. HEX triplet: 53, 69 and 71. RGB value is (83,105,113). Sum of RGB (Red+Green+Blue) = 83+105+113=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #536971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536971 is #AC968E. Grayscale: #636363. Windows color (decimal): -11310735 or 7432531. OLE color: 7432531.

HSL color Cylindrical-coordinate representation of color #536971: hue angle of 196º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536971 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 105 113 -
CMYK 0.27 0.07 0 0.56
HSL 196º 0.15% 0.38% -
HSV(B) 196º 0.27% 0.44% -
XYZ 11.6 13.13 17.55 -
YUV 99.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 83 105 113 0.27 0.07 0 0.56 196 0.15 0.38
Hex 53 69 71 1B 7 0 38 C4 F 26
Octal 123 151 161 33 7 0 70 304 17 46
Binary 1010011 1101001 1110001 11011 111 0 111000 11000100 1111 100110

Color Harmonies of #536971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536971

Black with #536971

Text Example


Text Example

White with #536971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536971; }

 p { color: rgb(83,105,113); }

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

background-color css

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

 a { background-color: rgb(83,105,113); }

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

border-color css

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

 span { border-color: rgb(83,105,113); }

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