Html Css Color HEX #53727C Bismark

📋 copy color: '#53727C'

red 83 ◦ green 114 ◦ blue 124

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

Shades of Bismark #53727C

Tints of Bismark #53727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

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

R = 25.86%
G = 35.51%
B = 38.63%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53727C (or 0x53727C) is known color: Bismark. HEX triplet: 53, 72 and 7C. RGB value is (83,114,124). Sum of RGB (Red+Green+Blue) = 83+114+124=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #53727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53727C is #AC8D83. Grayscale: #696969. Windows color (decimal): -11308420 or 8155731. OLE color: 8155731.

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

Color convert

RGB 83 114 124 -
CMYK 0.33 0.08 0 0.51
HSL 194.63º 0.2% 0.41% -
HSV(B) 194.63º 0.33% 0.49% -
XYZ 13.22 15.33 21.33 -
YUV 105.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 83 114 124 0.33 0.08 0 0.51 194.63 0.2 0.41
Hex 53 72 7C 21 8 0 33 C3 14 29
Octal 123 162 174 41 10 0 63 303 24 51
Binary 1010011 1110010 1111100 100001 1000 0 110011 11000011 10100 101001

Color Harmonies of #53727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53727C

Black with #53727C

Text Example


Text Example

White with #53727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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