Html Css Color HEX #54647D Wedgewood

📋 copy color: '#54647D'

red 84 ◦ green 100 ◦ blue 125

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

Shades of Wedgewood #54647D

Tints of Wedgewood #54647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 27.18%
G = 32.36%
B = 40.45%

CMYK

 C value IS 0.33

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54647D (or 0x54647D) is known color: Wedgewood. HEX triplet: 54, 64 and 7D. RGB value is (84,100,125). Sum of RGB (Red+Green+Blue) = 84+100+125=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #54647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54647D is #AB9B82. Grayscale: #616161. Windows color (decimal): -11246467 or 8217684. OLE color: 8217684.

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

Color convert

RGB 84 100 125 -
CMYK 0.33 0.2 0 0.51
HSL 216.59º 0.2% 0.41% -
HSV(B) 216.59º 0.33% 0.49% -
XYZ 11.92 12.48 21.18 -
YUV 98.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 84 100 125 0.33 0.2 0 0.51 216.59 0.2 0.41
Hex 54 64 7D 21 14 0 33 D9 14 29
Octal 124 144 175 41 24 0 63 331 24 51
Binary 1010100 1100100 1111101 100001 10100 0 110011 11011001 10100 101001

Color Harmonies of #54647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54647D

Black with #54647D

Text Example


Text Example

White with #54647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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