Html Css Color HEX #53717F Bismark

📋 copy color: '#53717F'

red 83 ◦ green 113 ◦ blue 127

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

Shades of Bismark #53717F

Tints of Bismark #53717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

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

R = 25.7%
G = 34.98%
B = 39.32%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53717F (or 0x53717F) is known color: Bismark. HEX triplet: 53, 71 and 7F. RGB value is (83,113,127). Sum of RGB (Red+Green+Blue) = 83+113+127=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #53717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53717F is #AC8E80. Grayscale: #696969. Windows color (decimal): -11308673 or 8352083. OLE color: 8352083.

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

Color convert

RGB 83 113 127 -
CMYK 0.35 0.11 0 0.50
HSL 199.09º 0.21% 0.41% -
HSV(B) 199.09º 0.35% 0.5% -
XYZ 13.3 15.18 22.31 -
YUV 105.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 83 113 127 0.35 0.11 0 0.50 199.09 0.21 0.41
Hex 53 71 7F 23 B 0 32 C7 15 29
Octal 123 161 177 43 13 0 62 307 25 51
Binary 1010011 1110001 1111111 100011 1011 0 110010 11000111 10101 101001

Color Harmonies of #53717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53717F

Black with #53717F

Text Example


Text Example

White with #53717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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