#547188

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

Shades of Wedgewood #547188

Tints of Wedgewood #547188

Color information

#547188 (or 0x547188) is unknown color: approx Wedgewood. HEX triplet: 54, 71 and 88. RGB value is (84,113,136). Sum of RGB (Red+Green+Blue) = 84+113+136=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #547188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547188 is #AB8E77. Grayscale: #6A6A6A. Windows color (decimal): -11243128 or 8941908. OLE color: 8941908.

HSL color Cylindrical-coordinate representation of color #547188: hue angle of 206.54º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547188 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84113136-
CMYK0.380.1700.47
HSL206.54º23.64%43.14%-
HSV(B)206.54º38.24%53.33%-
XYZ14.0115.4725.54-
YUV106.95144.39111.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=25.23%
G=33.93%
B=40.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841131360.380.1700.47206.5423.6443.14
Hex547188261102Fcf182b
Octal12416121046210573173053
Binary10101001110001100010001001101000101011111100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547188; }

 p { color: rgb(84,113,136); }

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

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

 a { background-color: rgb(84,113,136); }

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

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

 span { border-color: rgb(84,113,136); }

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