Html Css Color HEX #597080 Wedgewood

📋 copy color: '#597080'

red 89 ◦ green 112 ◦ blue 128

#597080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #597080

Tints of Wedgewood #597080

RGB

 RED value IS 89 (35.16% from 255) = 27.05%

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 27.05%
G = 34.04%
B = 38.91%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#597080 (or 0x597080) is known color: Wedgewood. HEX triplet: 59, 70 and 80. RGB value is (89,112,128). Sum of RGB (Red+Green+Blue) = 89+112+128=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #597080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597080 is #A68F7F. Grayscale: #6A6A6A. Windows color (decimal): -10915712 or 8417369. OLE color: 8417369.

HSL color Cylindrical-coordinate representation of color #597080: hue angle of 204.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597080 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 112 128 -
CMYK 0.30 0.12 0 0.50
HSL 204.62º 0.18% 0.43% -
HSV(B) 204.62º 0.3% 0.5% -
XYZ 13.81 15.27 22.64 -
YUV 106.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 89 112 128 0.30 0.12 0 0.50 204.62 0.18 0.43
Hex 59 70 80 1E C 0 32 CD 12 2B
Octal 131 160 200 36 14 0 62 315 22 53
Binary 1011001 1110000 10000000 11110 1100 0 110010 11001101 10010 101011

Color Harmonies of #597080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597080

Black with #597080

Text Example


Text Example

White with #597080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597080; }

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

 H1.HeaderClassName
 {
   color: #597080;
 }
 .AnyTagClassName
 {
   color: #597080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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