Html Css Color HEX #537381 Bismark

📋 copy color: '#537381'

red 83 ◦ green 115 ◦ blue 129

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

Shades of Bismark #537381

Tints of Bismark #537381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 25.38%
G = 35.17%
B = 39.45%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537381 (or 0x537381) is known color: Bismark. HEX triplet: 53, 73 and 81. RGB value is (83,115,129). Sum of RGB (Red+Green+Blue) = 83+115+129=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #537381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537381 is #AC8C7E. Grayscale: #6A6A6A. Windows color (decimal): -11308159 or 8483667. OLE color: 8483667.

HSL color Cylindrical-coordinate representation of color #537381: hue angle of 198.26º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #537381 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 115 129 -
CMYK 0.36 0.11 0 0.49
HSL 198.26º 0.22% 0.42% -
HSV(B) 198.26º 0.36% 0.51% -
XYZ 13.66 15.69 23.08 -
YUV 107.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 83 115 129 0.36 0.11 0 0.49 198.26 0.22 0.42
Hex 53 73 81 24 B 0 31 C6 16 2A
Octal 123 163 201 44 13 0 61 306 26 52
Binary 1010011 1110011 10000001 100100 1011 0 110001 11000110 10110 101010

Color Harmonies of #537381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537381

Black with #537381

Text Example


Text Example

White with #537381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537381; }

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

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

background-color css

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

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

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

border-color css

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

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

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