Html Css Color HEX #53737F Bismark

📋 copy color: '#53737F'

red 83 ◦ green 115 ◦ blue 127

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

Shades of Bismark #53737F

Tints of Bismark #53737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 25.54%
G = 35.38%
B = 39.08%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53737F (or 0x53737F) is known color: Bismark. HEX triplet: 53, 73 and 7F. RGB value is (83,115,127). Sum of RGB (Red+Green+Blue) = 83+115+127=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #53737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53737F is #AC8C80. Grayscale: #6A6A6A. Windows color (decimal): -11308161 or 8352595. OLE color: 8352595.

HSL color Cylindrical-coordinate representation of color #53737F: hue angle of 196.36º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53737F is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 115 127 -
CMYK 0.35 0.09 0 0.50
HSL 196.36º 0.21% 0.41% -
HSV(B) 196.36º 0.35% 0.5% -
XYZ 13.53 15.63 22.38 -
YUV 106.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 83 115 127 0.35 0.09 0 0.50 196.36 0.21 0.41
Hex 53 73 7F 23 9 0 32 C4 15 29
Octal 123 163 177 43 11 0 62 304 25 51
Binary 1010011 1110011 1111111 100011 1001 0 110010 11000100 10101 101001

Color Harmonies of #53737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53737F

Black with #53737F

Text Example


Text Example

White with #53737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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