#54697A

Color #54697A Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #54697A

Tints of Wedgewood #54697A

Color information

#54697A (or 0x54697A) is unknown color: approx Wedgewood. HEX triplet: 54, 69 and 7A. RGB value is (84,105,122). Sum of RGB (Red+Green+Blue) = 84+105+122=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #54697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54697A is #AB9685. Grayscale: #646464. Windows color (decimal): -11245190 or 8022356. OLE color: 8022356.

HSL color Cylindrical-coordinate representation of color #54697A: hue angle of 206.84º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54697A is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84105122-
CMYK0.310.1400.52
HSL206.84º18.45%40.39%-
HSV(B)206.84º31.15%47.84%-
XYZ12.2213.3920.35-
YUV100.66140.04116.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=27.01%
G=33.76%
B=39.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841051220.310.1400.52206.8418.4540.39
Hex54697A1FE034cf1228
Octal12415117237160643172250
Binary10101001101001111101011111111001101001100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54697A;
 }
 .AnyTagClassName
 {
   color: #54697A;
 }
</style>
background-color css

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

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

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

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

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

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