Html Css Color HEX #536970 Bismark

📋 copy color: '#536970'

red 83 ◦ green 105 ◦ blue 112

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

Shades of Bismark #536970

Tints of Bismark #536970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 27.67%
G = 35%
B = 37.33%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#536970 (or 0x536970) is known color: Bismark. HEX triplet: 53, 69 and 70. RGB value is (83,105,112). Sum of RGB (Red+Green+Blue) = 83+105+112=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #536970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536970 is #AC968F. Grayscale: #636363. Windows color (decimal): -11310736 or 7366995. OLE color: 7366995.

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

Color convert

RGB 83 105 112 -
CMYK 0.26 0.06 0 0.56
HSL 194.48º 0.15% 0.38% -
HSV(B) 194.48º 0.26% 0.44% -
XYZ 11.54 13.11 17.25 -
YUV 99.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 83 105 112 0.26 0.06 0 0.56 194.48 0.15 0.38
Hex 53 69 70 1A 6 0 38 C2 F 26
Octal 123 151 160 32 6 0 70 302 17 46
Binary 1010011 1101001 1110000 11010 110 0 111000 11000010 1111 100110

Color Harmonies of #536970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536970

Black with #536970

Text Example


Text Example

White with #536970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536970; }

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

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

background-color css

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

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

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

border-color css

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

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

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