#547388

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

Shades of Wedgewood #547388

Tints of Wedgewood #547388

Color information

#547388 (or 0x547388) is unknown color: approx Wedgewood. HEX triplet: 54, 73 and 88. RGB value is (84,115,136). Sum of RGB (Red+Green+Blue) = 84+115+136=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #547388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547388 is #AB8C77. Grayscale: #6C6C6C. Windows color (decimal): -11242616 or 8942420. OLE color: 8942420.

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

Color convert

RGB84115136-
CMYK0.380.1500.47
HSL204.23º23.64%43.14%-
HSV(B)204.23º38.24%53.33%-
XYZ14.2315.9225.62-
YUV108.12143.73110.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=25.07%
G=34.33%
B=40.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841151360.380.1500.47204.2323.6443.14
Hex54738826F02Fcc182b
Octal12416321046170573143053
Binary1010100111001110001000100110111101011111100110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547388; }

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

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

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

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

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

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

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

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