Html Css Color HEX #54697C Wedgewood

📋 copy color: '#54697C'

red 84 ◦ green 105 ◦ blue 124

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

Shades of Wedgewood #54697C

Tints of Wedgewood #54697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 26.84%
G = 33.55%
B = 39.62%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54697C (or 0x54697C) is known color: Wedgewood. HEX triplet: 54, 69 and 7C. RGB value is (84,105,124). Sum of RGB (Red+Green+Blue) = 84+105+124=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #54697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54697C is #AB9683. Grayscale: #646464. Windows color (decimal): -11245188 or 8153428. OLE color: 8153428.

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

Color convert

RGB 84 105 124 -
CMYK 0.32 0.15 0 0.51
HSL 208.5º 0.19% 0.41% -
HSV(B) 208.5º 0.32% 0.49% -
XYZ 12.35 13.44 21.01 -
YUV 100.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 84 105 124 0.32 0.15 0 0.51 208.5 0.19 0.41
Hex 54 69 7C 20 F 0 33 D0 13 29
Octal 124 151 174 40 17 0 63 320 23 51
Binary 1010100 1101001 1111100 100000 1111 0 110011 11010000 10011 101001

Color Harmonies of #54697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54697C

Black with #54697C

Text Example


Text Example

White with #54697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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