#597285

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

Shades of Wedgewood #597285

Tints of Wedgewood #597285

Color information

#597285 (or 0x597285) is unknown color: approx Wedgewood. HEX triplet: 59, 72 and 85. RGB value is (89,114,133). Sum of RGB (Red+Green+Blue) = 89+114+133=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #597285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597285 is #A68D7A. Grayscale: #6C6C6C. Windows color (decimal): -10915195 or 8745561. OLE color: 8745561.

HSL color Cylindrical-coordinate representation of color #597285: hue angle of 205.91º 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 #597285 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89114133-
CMYK0.330.1400.48
HSL205.91º19.82%43.53%-
HSV(B)205.91º33.08%52.16%-
XYZ14.3715.8524.49-
YUV108.69141.72113.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.49%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=26.49%
G=33.93%
B=39.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891141330.330.1400.48205.9119.8243.53
Hex59728521E030ce142c
Octal13116220541160603162454
Binary1011001111001010000101100001111001100001100111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597285; }

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

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

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

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

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

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

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

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