Html Css Color HEX #54677C Wedgewood

📋 copy color: '#54677C'

red 84 ◦ green 103 ◦ blue 124

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

Shades of Wedgewood #54677C

Tints of Wedgewood #54677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

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

R = 27.01%
G = 33.12%
B = 39.87%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54677C (or 0x54677C) is known color: Wedgewood. HEX triplet: 54, 67 and 7C. RGB value is (84,103,124). Sum of RGB (Red+Green+Blue) = 84+103+124=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #54677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677C is #AB9883. Grayscale: #636363. Windows color (decimal): -11245700 or 8152916. OLE color: 8152916.

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

Color convert

RGB 84 103 124 -
CMYK 0.32 0.17 0 0.51
HSL 211.5º 0.19% 0.41% -
HSV(B) 211.5º 0.32% 0.49% -
XYZ 12.14 13.04 20.95 -
YUV 99.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 84 103 124 0.32 0.17 0 0.51 211.5 0.19 0.41
Hex 54 67 7C 20 11 0 33 D4 13 29
Octal 124 147 174 40 21 0 63 324 23 51
Binary 1010100 1100111 1111100 100000 10001 0 110011 11010100 10011 101001

Color Harmonies of #54677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54677C

Black with #54677C

Text Example


Text Example

White with #54677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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