#597287

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

Shades of Wedgewood #597287

Tints of Wedgewood #597287

Color information

#597287 (or 0x597287) is unknown color: approx Wedgewood. HEX triplet: 59, 72 and 87. RGB value is (89,114,135). Sum of RGB (Red+Green+Blue) = 89+114+135=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #597287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597287 is #A68D78. Grayscale: #6C6C6C. Windows color (decimal): -10915193 or 8876633. OLE color: 8876633.

HSL color Cylindrical-coordinate representation of color #597287: hue angle of 207.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #597287 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89114135-
CMYK0.340.1600.47
HSL207.39º20.54%43.92%-
HSV(B)207.39º34.07%52.94%-
XYZ14.5115.9125.23-
YUV108.92142.72113.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=26.33%
G=33.73%
B=39.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891141350.340.1600.47207.3920.5443.92
Hex597287221002Fcf152c
Octal13116220742200573172554
Binary10110011110010100001111000101000001011111100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597287; }

 p { color: rgb(89,114,135); }

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

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

 a { background-color: rgb(89,114,135); }

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

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

 span { border-color: rgb(89,114,135); }

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