Html Css Color HEX #53737D Bismark

📋 copy color: '#53737D'

red 83 ◦ green 115 ◦ blue 125

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

Shades of Bismark #53737D

Tints of Bismark #53737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 25.7%
G = 35.6%
B = 38.7%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53737D (or 0x53737D) is known color: Bismark. HEX triplet: 53, 73 and 7D. RGB value is (83,115,125). Sum of RGB (Red+Green+Blue) = 83+115+125=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #53737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53737D is #AC8C82. Grayscale: #6A6A6A. Windows color (decimal): -11308163 or 8221523. OLE color: 8221523.

HSL color Cylindrical-coordinate representation of color #53737D: hue angle of 194.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53737D is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 115 125 -
CMYK 0.34 0.08 0 0.51
HSL 194.29º 0.2% 0.41% -
HSV(B) 194.29º 0.34% 0.49% -
XYZ 13.4 15.58 21.7 -
YUV 106.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 83 115 125 0.34 0.08 0 0.51 194.29 0.2 0.41
Hex 53 73 7D 22 8 0 33 C2 14 29
Octal 123 163 175 42 10 0 63 302 24 51
Binary 1010011 1110011 1111101 100010 1000 0 110011 11000010 10100 101001

Color Harmonies of #53737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53737D

Black with #53737D

Text Example


Text Example

White with #53737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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