Html Css Color HEX #54687F Wedgewood

📋 copy color: '#54687F'

red 84 ◦ green 104 ◦ blue 127

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

Shades of Wedgewood #54687F

Tints of Wedgewood #54687F

RGB

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

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

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

R = 26.67%
G = 33.02%
B = 40.32%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54687F (or 0x54687F) is known color: Wedgewood. HEX triplet: 54, 68 and 7F. RGB value is (84,104,127). Sum of RGB (Red+Green+Blue) = 84+104+127=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #54687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54687F is #AB9780. Grayscale: #646464. Windows color (decimal): -11245441 or 8349780. OLE color: 8349780.

HSL color Cylindrical-coordinate representation of color #54687F: hue angle of 212.09º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54687F is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 104 127 -
CMYK 0.34 0.18 0 0.50
HSL 212.09º 0.2% 0.41% -
HSV(B) 212.09º 0.34% 0.5% -
XYZ 12.44 13.32 21.99 -
YUV 100.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 84 104 127 0.34 0.18 0 0.50 212.09 0.2 0.41
Hex 54 68 7F 22 12 0 32 D4 14 29
Octal 124 150 177 42 22 0 62 324 24 51
Binary 1010100 1101000 1111111 100010 10010 0 110010 11010100 10100 101001

Color Harmonies of #54687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54687F

Black with #54687F

Text Example


Text Example

White with #54687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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