Html Css Color HEX #53747C Bismark

📋 copy color: '#53747C'

red 83 ◦ green 116 ◦ blue 124

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

Shades of Bismark #53747C

Tints of Bismark #53747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

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

R = 25.7%
G = 35.91%
B = 38.39%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53747C (or 0x53747C) is known color: Bismark. HEX triplet: 53, 74 and 7C. RGB value is (83,116,124). Sum of RGB (Red+Green+Blue) = 83+116+124=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #53747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53747C is #AC8B83. Grayscale: #6A6A6A. Windows color (decimal): -11307908 or 8156243. OLE color: 8156243.

HSL color Cylindrical-coordinate representation of color #53747C: hue angle of 191.71º 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 #53747C is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 116 124 -
CMYK 0.33 0.06 0 0.51
HSL 191.71º 0.2% 0.41% -
HSV(B) 191.71º 0.33% 0.49% -
XYZ 13.45 15.79 21.41 -
YUV 107.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 83 116 124 0.33 0.06 0 0.51 191.71 0.2 0.41
Hex 53 74 7C 21 6 0 33 C0 14 29
Octal 123 164 174 41 6 0 63 300 24 51
Binary 1010011 1110100 1111100 100001 110 0 110011 11000000 10100 101001

Color Harmonies of #53747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53747C

Black with #53747C

Text Example


Text Example

White with #53747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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