#597081

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

Shades of Wedgewood #597081

Tints of Wedgewood #597081

Color information

#597081 (or 0x597081) is unknown color: approx Wedgewood. HEX triplet: 59, 70 and 81. RGB value is (89,112,129). Sum of RGB (Red+Green+Blue) = 89+112+129=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #597081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597081 is #A68F7E. Grayscale: #6A6A6A. Windows color (decimal): -10915711 or 8482905. OLE color: 8482905.

HSL color Cylindrical-coordinate representation of color #597081: hue angle of 205.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #597081 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB89112129-
CMYK0.310.1300.49
HSL205.5º18.35%42.75%-
HSV(B)205.5º31.01%50.59%-
XYZ13.8815.322.99-
YUV107.06140.38115.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.97%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=26.97%
G=33.94%
B=39.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891121290.310.1300.49205.518.3542.75
Hex5970811FD031ce122b
Octal13116020137150613162253
Binary101100111100001000000111111110101100011100111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597081; }

 p { color: rgb(89,112,129); }

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

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

 a { background-color: rgb(89,112,129); }

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

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

 span { border-color: rgb(89,112,129); }

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