#547485

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

Shades of Wedgewood #547485

Tints of Wedgewood #547485

Color information

#547485 (or 0x547485) is unknown color: approx Wedgewood. HEX triplet: 54, 74 and 85. RGB value is (84,116,133). Sum of RGB (Red+Green+Blue) = 84+116+133=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #547485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547485 is #AB8B7A. Grayscale: #6C6C6C. Windows color (decimal): -11242363 or 8746068. OLE color: 8746068.

HSL color Cylindrical-coordinate representation of color #547485: hue angle of 200.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #547485 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84116133-
CMYK0.370.1300.48
HSL200.82º22.58%42.55%-
HSV(B)200.82º36.84%52.16%-
XYZ14.1416.0724.55-
YUV108.37141.9110.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=25.23%
G=34.83%
B=39.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841161330.370.1300.48200.8222.5842.55
Hex54748525D030c9172b
Octal12416420545150603112753
Binary1010100111010010000101100101110101100001100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547485; }

 p { color: rgb(84,116,133); }

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

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

 a { background-color: rgb(84,116,133); }

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

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

 span { border-color: rgb(84,116,133); }

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