Html Css Color HEX #597486 Wedgewood

📋 copy color: '#597486'

red 89 ◦ green 116 ◦ blue 134

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

Shades of Wedgewood #597486

Tints of Wedgewood #597486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 26.25%
G = 34.22%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#597486 (or 0x597486) is known color: Wedgewood. HEX triplet: 59, 74 and 86. RGB value is (89,116,134). Sum of RGB (Red+Green+Blue) = 89+116+134=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #597486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597486 is #A68B79. Grayscale: #6D6D6D. Windows color (decimal): -10914682 or 8811609. OLE color: 8811609.

HSL color Cylindrical-coordinate representation of color #597486: hue angle of 204º degrees, saturation: 0.2, 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 #597486 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 116 134 -
CMYK 0.34 0.13 0 0.47
HSL 204º 0.2% 0.44% -
HSV(B) 204º 0.34% 0.53% -
XYZ 14.67 16.34 24.93 -
YUV 109.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 89 116 134 0.34 0.13 0 0.47 204 0.2 0.44
Hex 59 74 86 22 D 0 2F CC 14 2C
Octal 131 164 206 42 15 0 57 314 24 54
Binary 1011001 1110100 10000110 100010 1101 0 101111 11001100 10100 101100

Color Harmonies of #597486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597486

Black with #597486

Text Example


Text Example

White with #597486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597486; }

 p { color: rgb(89,116,134); }

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

background-color css

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

 a { background-color: rgb(89,116,134); }

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

border-color css

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

 span { border-color: rgb(89,116,134); }

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