Html Css Color HEX #53737C Bismark

📋 copy color: '#53737C'

red 83 ◦ green 115 ◦ blue 124

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

Shades of Bismark #53737C

Tints of Bismark #53737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 25.78%
G = 35.71%
B = 38.51%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53737C (or 0x53737C) is known color: Bismark. HEX triplet: 53, 73 and 7C. RGB value is (83,115,124). Sum of RGB (Red+Green+Blue) = 83+115+124=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #53737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53737C is #AC8C83. Grayscale: #6A6A6A. Windows color (decimal): -11308164 or 8155987. OLE color: 8155987.

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

Color convert

RGB 83 115 124 -
CMYK 0.33 0.07 0 0.51
HSL 193.17º 0.2% 0.41% -
HSV(B) 193.17º 0.33% 0.49% -
XYZ 13.34 15.56 21.37 -
YUV 106.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 83 115 124 0.33 0.07 0 0.51 193.17 0.2 0.41
Hex 53 73 7C 21 7 0 33 C1 14 29
Octal 123 163 174 41 7 0 63 301 24 51
Binary 1010011 1110011 1111100 100001 111 0 110011 11000001 10100 101001

Color Harmonies of #53737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53737C

Black with #53737C

Text Example


Text Example

White with #53737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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