Html Css Color HEX #54727D Bismark

📋 copy color: '#54727D'

red 84 ◦ green 114 ◦ blue 125

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

Shades of Bismark #54727D

Tints of Bismark #54727D

RGB

 RED value IS 84 (33.2% from 255) = 26.01%

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 26.01%
G = 35.29%
B = 38.7%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54727D (or 0x54727D) is known color: Bismark. HEX triplet: 54, 72 and 7D. RGB value is (84,114,125). Sum of RGB (Red+Green+Blue) = 84+114+125=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #54727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54727D is #AB8D82. Grayscale: #6A6A6A. Windows color (decimal): -11242883 or 8221268. OLE color: 8221268.

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

Color convert

RGB 84 114 125 -
CMYK 0.33 0.09 0 0.51
HSL 196.1º 0.2% 0.41% -
HSV(B) 196.1º 0.33% 0.49% -
XYZ 13.38 15.4 21.67 -
YUV 106.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 84 114 125 0.33 0.09 0 0.51 196.1 0.2 0.41
Hex 54 72 7D 21 9 0 33 C4 14 29
Octal 124 162 175 41 11 0 63 304 24 51
Binary 1010100 1110010 1111101 100001 1001 0 110011 11000100 10100 101001

Color Harmonies of #54727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54727D

Black with #54727D

Text Example


Text Example

White with #54727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54727D; }

 p { color: rgb(84,114,125); }

 H1.HeaderClassName
 {
   color: #54727D;
 }
 .AnyTagClassName
 {
   color: #54727D;
 }
</style>

background-color css

<style>
 a { background-color: #54727D; }

 a { background-color: rgb(84,114,125); }

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

border-color css

<style>
 span { border-color: #54727D; }

 span { border-color: rgb(84,114,125); }

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