#547285

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

Shades of Wedgewood #547285

Tints of Wedgewood #547285

Color information

#547285 (or 0x547285) is unknown color: approx Wedgewood. HEX triplet: 54, 72 and 85. RGB value is (84,114,133). Sum of RGB (Red+Green+Blue) = 84+114+133=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #547285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547285 is #AB8D7A. Grayscale: #6B6B6B. Windows color (decimal): -11242875 or 8745556. OLE color: 8745556.

HSL color Cylindrical-coordinate representation of color #547285: hue angle of 203.27º 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 #547285 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84114133-
CMYK0.370.1400.48
HSL203.27º22.58%42.55%-
HSV(B)203.27º36.84%52.16%-
XYZ13.9115.6124.47-
YUV107.2142.56111.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=25.38%
G=34.44%
B=40.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841141330.370.1400.48203.2722.5842.55
Hex54728525E030cb172b
Octal12416220545160603132753
Binary1010100111001010000101100101111001100001100101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547285; }

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

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

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

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

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

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

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

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