#597284

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

Shades of Wedgewood #597284

Tints of Wedgewood #597284

Color information

#597284 (or 0x597284) is unknown color: approx Wedgewood. HEX triplet: 59, 72 and 84. RGB value is (89,114,132). Sum of RGB (Red+Green+Blue) = 89+114+132=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #597284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597284 is #A68D7B. Grayscale: #6C6C6C. Windows color (decimal): -10915196 or 8680025. OLE color: 8680025.

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

Color convert

RGB89114132-
CMYK0.330.1400.48
HSL205.12º19.46%43.33%-
HSV(B)205.12º32.58%51.76%-
XYZ14.315.8224.13-
YUV108.58141.22114.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=26.57%
G=34.03%
B=39.40%

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
Decimal891141320.330.1400.48205.1219.4643.33
Hex59728421E030cd132b
Octal13116220441160603152353
Binary1011001111001010000100100001111001100001100110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597284; }

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

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

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

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

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

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

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

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