#556F89

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

Shades of Wedgewood #556F89

Tints of Wedgewood #556F89

Color information

#556F89 (or 0x556F89) is unknown color: approx Wedgewood. HEX triplet: 55, 6F and 89. RGB value is (85,111,137). Sum of RGB (Red+Green+Blue) = 85+111+137=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #556F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F89 is #AA9076. Grayscale: #6A6A6A. Windows color (decimal): -11178103 or 9006933. OLE color: 9006933.

HSL color Cylindrical-coordinate representation of color #556F89: hue angle of 210º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556F89 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85111137-
CMYK0.380.1900.46
HSL210º23.42%43.53%-
HSV(B)210º37.96%53.73%-
XYZ13.9515.1125.85-
YUV106.19145.39112.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=25.53%
G=33.33%
B=41.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851111370.380.1900.4621023.4243.53
Hex556F89261302Ed2172c
Octal12515721146230563222754
Binary10101011101111100010011001101001101011101101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556F89; }

 p { color: rgb(85,111,137); }

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

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

 a { background-color: rgb(85,111,137); }

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

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

 span { border-color: rgb(85,111,137); }

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