Html Css Color HEX #54657C Wedgewood

📋 copy color: '#54657C'

red 84 ◦ green 101 ◦ blue 124

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

Shades of Wedgewood #54657C

Tints of Wedgewood #54657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

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

R = 27.18%
G = 32.69%
B = 40.13%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54657C (or 0x54657C) is known color: Wedgewood. HEX triplet: 54, 65 and 7C. RGB value is (84,101,124). Sum of RGB (Red+Green+Blue) = 84+101+124=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #54657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54657C is #AB9A83. Grayscale: #626262. Windows color (decimal): -11246212 or 8152404. OLE color: 8152404.

HSL color Cylindrical-coordinate representation of color #54657C: hue angle of 214.5º 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 #54657C is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 101 124 -
CMYK 0.32 0.19 0 0.51
HSL 214.5º 0.19% 0.41% -
HSV(B) 214.5º 0.32% 0.49% -
XYZ 11.95 12.65 20.88 -
YUV 98.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 84 101 124 0.32 0.19 0 0.51 214.5 0.19 0.41
Hex 54 65 7C 20 13 0 33 D6 13 29
Octal 124 145 174 40 23 0 63 326 23 51
Binary 1010100 1100101 1111100 100000 10011 0 110011 11010110 10011 101001

Color Harmonies of #54657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54657C

Black with #54657C

Text Example


Text Example

White with #54657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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