Html Css Color HEX #53737E Bismark

📋 copy color: '#53737E'

red 83 ◦ green 115 ◦ blue 126

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

Shades of Bismark #53737E

Tints of Bismark #53737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 25.62%
G = 35.49%
B = 38.89%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53737E (or 0x53737E) is known color: Bismark. HEX triplet: 53, 73 and 7E. RGB value is (83,115,126). Sum of RGB (Red+Green+Blue) = 83+115+126=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #53737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53737E is #AC8C81. Grayscale: #6A6A6A. Windows color (decimal): -11308162 or 8287059. OLE color: 8287059.

HSL color Cylindrical-coordinate representation of color #53737E: hue angle of 195.35º degrees, saturation: 0.21, 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 #53737E is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 115 126 -
CMYK 0.34 0.09 0 0.51
HSL 195.35º 0.21% 0.41% -
HSV(B) 195.35º 0.34% 0.49% -
XYZ 13.46 15.61 22.04 -
YUV 106.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 83 115 126 0.34 0.09 0 0.51 195.35 0.21 0.41
Hex 53 73 7E 22 9 0 33 C3 15 29
Octal 123 163 176 42 11 0 63 303 25 51
Binary 1010011 1110011 1111110 100010 1001 0 110011 11000011 10101 101001

Color Harmonies of #53737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53737E

Black with #53737E

Text Example


Text Example

White with #53737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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