Html Css Color HEX #54687D Wedgewood

📋 copy color: '#54687D'

red 84 ◦ green 104 ◦ blue 125

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

Shades of Wedgewood #54687D

Tints of Wedgewood #54687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 26.84%
G = 33.23%
B = 39.94%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54687D (or 0x54687D) is known color: Wedgewood. HEX triplet: 54, 68 and 7D. RGB value is (84,104,125). Sum of RGB (Red+Green+Blue) = 84+104+125=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #54687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54687D is #AB9782. Grayscale: #646464. Windows color (decimal): -11245443 or 8218708. OLE color: 8218708.

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

Color convert

RGB 84 104 125 -
CMYK 0.33 0.17 0 0.51
HSL 210.73º 0.2% 0.41% -
HSV(B) 210.73º 0.33% 0.49% -
XYZ 12.31 13.27 21.31 -
YUV 100.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 84 104 125 0.33 0.17 0 0.51 210.73 0.2 0.41
Hex 54 68 7D 21 11 0 33 D3 14 29
Octal 124 150 175 41 21 0 63 323 24 51
Binary 1010100 1101000 1111101 100001 10001 0 110011 11010011 10100 101001

Color Harmonies of #54687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54687D

Black with #54687D

Text Example


Text Example

White with #54687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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