Html Css Color HEX #537382 Bismark

📋 copy color: '#537382'

red 83 ◦ green 115 ◦ blue 130

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

Shades of Bismark #537382

Tints of Bismark #537382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 25.3%
G = 35.06%
B = 39.63%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#537382 (or 0x537382) is known color: Bismark. HEX triplet: 53, 73 and 82. RGB value is (83,115,130). Sum of RGB (Red+Green+Blue) = 83+115+130=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #537382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537382 is #AC8C7D. Grayscale: #6B6B6B. Windows color (decimal): -11308158 or 8549203. OLE color: 8549203.

HSL color Cylindrical-coordinate representation of color #537382: hue angle of 199.15º 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 #537382 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 115 130 -
CMYK 0.36 0.12 0 0.49
HSL 199.15º 0.22% 0.42% -
HSV(B) 199.15º 0.36% 0.51% -
XYZ 13.73 15.71 23.43 -
YUV 107.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 83 115 130 0.36 0.12 0 0.49 199.15 0.22 0.42
Hex 53 73 82 24 C 0 31 C7 16 2A
Octal 123 163 202 44 14 0 61 307 26 52
Binary 1010011 1110011 10000010 100100 1100 0 110001 11000111 10110 101010

Color Harmonies of #537382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537382

Black with #537382

Text Example


Text Example

White with #537382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537382; }

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

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

background-color css

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

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

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

border-color css

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

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

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