Html Css Color HEX #597685 Blue Bayoux

📋 copy color: '#597685'

red 89 ◦ green 118 ◦ blue 133

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

Shades of Blue Bayoux #597685

Tints of Blue Bayoux #597685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 26.18%
G = 34.71%
B = 39.12%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597685 (or 0x597685) is known color: Blue Bayoux. HEX triplet: 59, 76 and 85. RGB value is (89,118,133). Sum of RGB (Red+Green+Blue) = 89+118+133=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #597685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597685 is #A6897A. Grayscale: #6E6E6E. Windows color (decimal): -10914171 or 8746585. OLE color: 8746585.

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

Color convert

RGB 89 118 133 -
CMYK 0.33 0.11 0 0.48
HSL 200.45º 0.2% 0.44% -
HSV(B) 200.45º 0.33% 0.52% -
XYZ 14.83 16.77 24.65 -
YUV 111.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 89 118 133 0.33 0.11 0 0.48 200.45 0.2 0.44
Hex 59 76 85 21 B 0 30 C8 14 2C
Octal 131 166 205 41 13 0 60 310 24 54
Binary 1011001 1110110 10000101 100001 1011 0 110000 11001000 10100 101100

Color Harmonies of #597685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597685

Black with #597685

Text Example


Text Example

White with #597685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597685; }

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

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

background-color css

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

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

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

border-color css

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

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

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