#547588

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

Shades of Wedgewood #547588

Tints of Wedgewood #547588

Color information

#547588 (or 0x547588) is unknown color: approx Wedgewood. HEX triplet: 54, 75 and 88. RGB value is (84,117,136). Sum of RGB (Red+Green+Blue) = 84+117+136=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #547588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547588 is #AB8A77. Grayscale: #6D6D6D. Windows color (decimal): -11242104 or 8942932. OLE color: 8942932.

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

Color convert

RGB84117136-
CMYK0.380.1400.47
HSL201.92º23.64%43.14%-
HSV(B)201.92º38.24%53.33%-
XYZ14.4616.3825.69-
YUV109.3143.07109.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=24.93%
G=34.72%
B=40.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841171360.380.1400.47201.9223.6443.14
Hex54758826E02Fca182b
Octal12416521046160573123053
Binary1010100111010110001000100110111001011111100101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547588; }

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

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

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

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

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

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

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

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