Html Css Color HEX #53727F Bismark

📋 copy color: '#53727F'

red 83 ◦ green 114 ◦ blue 127

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

Shades of Bismark #53727F

Tints of Bismark #53727F

RGB

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

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

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

R = 25.62%
G = 35.19%
B = 39.2%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53727F (or 0x53727F) is known color: Bismark. HEX triplet: 53, 72 and 7F. RGB value is (83,114,127). Sum of RGB (Red+Green+Blue) = 83+114+127=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #53727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53727F is #AC8D80. Grayscale: #6A6A6A. Windows color (decimal): -11308417 or 8352339. OLE color: 8352339.

HSL color Cylindrical-coordinate representation of color #53727F: hue angle of 197.73º 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 #53727F is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 114 127 -
CMYK 0.35 0.10 0 0.50
HSL 197.73º 0.21% 0.41% -
HSV(B) 197.73º 0.35% 0.5% -
XYZ 13.42 15.41 22.35 -
YUV 106.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 83 114 127 0.35 0.10 0 0.50 197.73 0.21 0.41
Hex 53 72 7F 23 A 0 32 C6 15 29
Octal 123 162 177 43 12 0 62 306 25 51
Binary 1010011 1110010 1111111 100011 1010 0 110010 11000110 10101 101001

Color Harmonies of #53727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53727F

Black with #53727F

Text Example


Text Example

White with #53727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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