Html Css Color HEX #54687C Wedgewood

📋 copy color: '#54687C'

red 84 ◦ green 104 ◦ blue 124

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

Shades of Wedgewood #54687C

Tints of Wedgewood #54687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 26.92%
G = 33.33%
B = 39.74%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54687C (or 0x54687C) is known color: Wedgewood. HEX triplet: 54, 68 and 7C. RGB value is (84,104,124). Sum of RGB (Red+Green+Blue) = 84+104+124=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #54687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54687C is #AB9783. Grayscale: #646464. Windows color (decimal): -11245444 or 8153172. OLE color: 8153172.

HSL color Cylindrical-coordinate representation of color #54687C: hue angle of 210º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54687C is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 104 124 -
CMYK 0.32 0.16 0 0.51
HSL 210º 0.19% 0.41% -
HSV(B) 210º 0.32% 0.49% -
XYZ 12.24 13.24 20.98 -
YUV 100.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 84 104 124 0.32 0.16 0 0.51 210 0.19 0.41
Hex 54 68 7C 20 10 0 33 D2 13 29
Octal 124 150 174 40 20 0 63 322 23 51
Binary 1010100 1101000 1111100 100000 10000 0 110011 11010010 10011 101001

Color Harmonies of #54687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54687C

Black with #54687C

Text Example


Text Example

White with #54687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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