Html Css Color HEX #536973 Bismark

📋 copy color: '#536973'

red 83 ◦ green 105 ◦ blue 115

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

Shades of Bismark #536973

Tints of Bismark #536973

RGB

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

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

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

R = 27.39%
G = 34.65%
B = 37.95%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#536973 (or 0x536973) is known color: Bismark. HEX triplet: 53, 69 and 73. RGB value is (83,105,115). Sum of RGB (Red+Green+Blue) = 83+105+115=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #536973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536973 is #AC968C. Grayscale: #636363. Windows color (decimal): -11310733 or 7563603. OLE color: 7563603.

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

Color convert

RGB 83 105 115 -
CMYK 0.28 0.09 0 0.55
HSL 198.75º 0.16% 0.39% -
HSV(B) 198.75º 0.28% 0.45% -
XYZ 11.71 13.18 18.15 -
YUV 99.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 83 105 115 0.28 0.09 0 0.55 198.75 0.16 0.39
Hex 53 69 73 1C 9 0 37 C7 10 27
Octal 123 151 163 34 11 0 67 307 20 47
Binary 1010011 1101001 1110011 11100 1001 0 110111 11000111 10000 100111

Color Harmonies of #536973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536973

Black with #536973

Text Example


Text Example

White with #536973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536973; }

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

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

background-color css

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

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

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

border-color css

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

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

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