Html Css Color HEX #597185 Wedgewood

📋 copy color: '#597185'

red 89 ◦ green 113 ◦ blue 133

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

Shades of Wedgewood #597185

Tints of Wedgewood #597185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 26.57%
G = 33.73%
B = 39.7%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597185 (or 0x597185) is known color: Wedgewood. HEX triplet: 59, 71 and 85. RGB value is (89,113,133). Sum of RGB (Red+Green+Blue) = 89+113+133=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #597185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597185 is #A68E7A. Grayscale: #6C6C6C. Windows color (decimal): -10915451 or 8745305. OLE color: 8745305.

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

Color convert

RGB 89 113 133 -
CMYK 0.33 0.15 0 0.48
HSL 207.27º 0.2% 0.44% -
HSV(B) 207.27º 0.33% 0.52% -
XYZ 14.26 15.63 24.46 -
YUV 108.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 89 113 133 0.33 0.15 0 0.48 207.27 0.2 0.44
Hex 59 71 85 21 F 0 30 CF 14 2C
Octal 131 161 205 41 17 0 60 317 24 54
Binary 1011001 1110001 10000101 100001 1111 0 110000 11001111 10100 101100

Color Harmonies of #597185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597185

Black with #597185

Text Example


Text Example

White with #597185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597185; }

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

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

background-color css

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

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

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

border-color css

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

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

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