#547288

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

Shades of Wedgewood #547288

Tints of Wedgewood #547288

Color information

#547288 (or 0x547288) is unknown color: approx Wedgewood. HEX triplet: 54, 72 and 88. RGB value is (84,114,136). Sum of RGB (Red+Green+Blue) = 84+114+136=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #547288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547288 is #AB8D77. Grayscale: #6B6B6B. Windows color (decimal): -11242872 or 8942164. OLE color: 8942164.

HSL color Cylindrical-coordinate representation of color #547288: hue angle of 205.38º 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 #547288 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84114136-
CMYK0.380.1600.47
HSL205.38º23.64%43.14%-
HSV(B)205.38º38.24%53.33%-
XYZ14.1215.725.58-
YUV107.54144.06111.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=25.15%
G=34.13%
B=40.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841141360.380.1600.47205.3823.6443.14
Hex547288261002Fcd182b
Octal12416221046200573153053
Binary10101001110010100010001001101000001011111100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547288; }

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

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

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

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

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

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

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

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