Html Css Color HEX #53717B Bismark

📋 copy color: '#53717B'

red 83 ◦ green 113 ◦ blue 123

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

Shades of Bismark #53717B

Tints of Bismark #53717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 26.02%
G = 35.42%
B = 38.56%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53717B (or 0x53717B) is known color: Bismark. HEX triplet: 53, 71 and 7B. RGB value is (83,113,123). Sum of RGB (Red+Green+Blue) = 83+113+123=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #53717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53717B is #AC8E84. Grayscale: #696969. Windows color (decimal): -11308677 or 8089939. OLE color: 8089939.

HSL color Cylindrical-coordinate representation of color #53717B: hue angle of 195º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53717B is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 113 123 -
CMYK 0.33 0.08 0 0.52
HSL 195º 0.19% 0.4% -
HSV(B) 195º 0.33% 0.48% -
XYZ 13.05 15.08 20.96 -
YUV 105.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 83 113 123 0.33 0.08 0 0.52 195 0.19 0.4
Hex 53 71 7B 21 8 0 34 C3 13 28
Octal 123 161 173 41 10 0 64 303 23 50
Binary 1010011 1110001 1111011 100001 1000 0 110100 11000011 10011 101000

Color Harmonies of #53717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53717B

Black with #53717B

Text Example


Text Example

White with #53717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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