#54657A

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

Shades of Wedgewood #54657A

Tints of Wedgewood #54657A

Color information

#54657A (or 0x54657A) is unknown color: approx Wedgewood. HEX triplet: 54, 65 and 7A. RGB value is (84,101,122). Sum of RGB (Red+Green+Blue) = 84+101+122=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #54657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54657A is #AB9A85. Grayscale: #626262. Windows color (decimal): -11246214 or 8021332. OLE color: 8021332.

HSL color Cylindrical-coordinate representation of color #54657A: hue angle of 213.16º 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 #54657A is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84101122-
CMYK0.310.1700.52
HSL213.16º18.45%40.39%-
HSV(B)213.16º31.15%47.84%-
XYZ11.8212.620.22-
YUV98.31141.37117.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=27.36%
G=32.90%
B=39.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841011220.310.1700.52213.1618.4540.39
Hex54657A1F11034d51228
Octal12414517237210643252250
Binary101010011001011111010111111000101101001101010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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