Html Css Color HEX #537383 Bismark

📋 copy color: '#537383'

red 83 ◦ green 115 ◦ blue 131

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

Shades of Bismark #537383

Tints of Bismark #537383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 25.23%
G = 34.95%
B = 39.82%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537383 (or 0x537383) is known color: Bismark. HEX triplet: 53, 73 and 83. RGB value is (83,115,131). Sum of RGB (Red+Green+Blue) = 83+115+131=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #537383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537383 is #AC8C7C. Grayscale: #6B6B6B. Windows color (decimal): -11308157 or 8614739. OLE color: 8614739.

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

Color convert

RGB 83 115 131 -
CMYK 0.37 0.12 0 0.49
HSL 200º 0.22% 0.42% -
HSV(B) 200º 0.37% 0.51% -
XYZ 13.79 15.74 23.78 -
YUV 107.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 83 115 131 0.37 0.12 0 0.49 200 0.22 0.42
Hex 53 73 83 25 C 0 31 C8 16 2A
Octal 123 163 203 45 14 0 61 310 26 52
Binary 1010011 1110011 10000011 100101 1100 0 110001 11001000 10110 101010

Color Harmonies of #537383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537383

Black with #537383

Text Example


Text Example

White with #537383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537383; }

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

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

background-color css

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

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

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

border-color css

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

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

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