Html Css Color HEX #597285 Wedgewood

📋 copy color: '#597285'

red 89 ◦ green 114 ◦ blue 133

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

Shades of Wedgewood #597285

Tints of Wedgewood #597285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

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

R = 26.49%
G = 33.93%
B = 39.58%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597285 (or 0x597285) is known color: Wedgewood. HEX triplet: 59, 72 and 85. RGB value is (89,114,133). Sum of RGB (Red+Green+Blue) = 89+114+133=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #597285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597285 is #A68D7A. Grayscale: #6C6C6C. Windows color (decimal): -10915195 or 8745561. OLE color: 8745561.

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

Color convert

RGB 89 114 133 -
CMYK 0.33 0.14 0 0.48
HSL 205.91º 0.2% 0.44% -
HSV(B) 205.91º 0.33% 0.52% -
XYZ 14.37 15.85 24.49 -
YUV 108.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 89 114 133 0.33 0.14 0 0.48 205.91 0.2 0.44
Hex 59 72 85 21 E 0 30 CE 14 2C
Octal 131 162 205 41 16 0 60 316 24 54
Binary 1011001 1110010 10000101 100001 1110 0 110000 11001110 10100 101100

Color Harmonies of #597285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597285

Black with #597285

Text Example


Text Example

White with #597285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597285; }

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

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

background-color css

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

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

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

border-color css

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

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

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