Html Css Color HEX #597386 Wedgewood

📋 copy color: '#597386'

red 89 ◦ green 115 ◦ blue 134

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

Shades of Wedgewood #597386

Tints of Wedgewood #597386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.02%

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

R = 26.33%
G = 34.02%
B = 39.64%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#597386 (or 0x597386) is known color: Wedgewood. HEX triplet: 59, 73 and 86. RGB value is (89,115,134). Sum of RGB (Red+Green+Blue) = 89+115+134=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #597386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597386 is #A68C79. Grayscale: #6D6D6D. Windows color (decimal): -10914938 or 8811353. OLE color: 8811353.

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

Color convert

RGB 89 115 134 -
CMYK 0.34 0.14 0 0.47
HSL 205.33º 0.2% 0.44% -
HSV(B) 205.33º 0.34% 0.53% -
XYZ 14.55 16.11 24.9 -
YUV 109.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 89 115 134 0.34 0.14 0 0.47 205.33 0.2 0.44
Hex 59 73 86 22 E 0 2F CD 14 2C
Octal 131 163 206 42 16 0 57 315 24 54
Binary 1011001 1110011 10000110 100010 1110 0 101111 11001101 10100 101100

Color Harmonies of #597386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597386

Black with #597386

Text Example


Text Example

White with #597386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597386; }

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

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

background-color css

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

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

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

border-color css

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

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

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