#547689

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

Shades of Wedgewood #547689

Tints of Wedgewood #547689

Color information

#547689 (or 0x547689) is unknown color: approx Wedgewood. HEX triplet: 54, 76 and 89. RGB value is (84,118,137). Sum of RGB (Red+Green+Blue) = 84+118+137=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #547689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547689 is #AB8976. Grayscale: #6D6D6D. Windows color (decimal): -11241847 or 9008724. OLE color: 9008724.

HSL color Cylindrical-coordinate representation of color #547689: hue angle of 201.51º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547689 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84118137-
CMYK0.390.1400.46
HSL201.51º23.98%43.33%-
HSV(B)201.51º38.69%53.73%-
XYZ14.6516.6526.11-
YUV110143.24109.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=24.78%
G=34.81%
B=40.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841181370.390.1400.46201.5123.9843.33
Hex54768927E02Eca182b
Octal12416621147160563123053
Binary1010100111011010001001100111111001011101100101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547689; }

 p { color: rgb(84,118,137); }

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

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

 a { background-color: rgb(84,118,137); }

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

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

 span { border-color: rgb(84,118,137); }

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