#597185

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

Shades of Wedgewood #597185

Tints of Wedgewood #597185

Color information

#597185 (or 0x597185) is unknown color: approx Wedgewood. HEX triplet: 59, 71 and 85. RGB value is (89,113,133). Sum of RGB (Red+Green+Blue) = 89+113+133=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #597185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597185 is #A68E7A. Grayscale: #6C6C6C. Windows color (decimal): -10915451 or 8745305. OLE color: 8745305.

HSL color Cylindrical-coordinate representation of color #597185: hue angle of 207.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #597185 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89113133-
CMYK0.330.1500.48
HSL207.27º19.82%43.53%-
HSV(B)207.27º33.08%52.16%-
XYZ14.2615.6324.46-
YUV108.1142.05114.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=26.57%
G=33.73%
B=39.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891131330.330.1500.48207.2719.8243.53
Hex59718521F030cf142c
Octal13116120541170603172454
Binary1011001111000110000101100001111101100001100111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597185; }

 p { color: rgb(89,113,133); }

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

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

 a { background-color: rgb(89,113,133); }

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

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

 span { border-color: rgb(89,113,133); }

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