Html Css Color HEX #597785 Blue Bayoux

📋 copy color: '#597785'

red 89 ◦ green 119 ◦ blue 133

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

Shades of Blue Bayoux #597785

Tints of Blue Bayoux #597785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 26.1%
G = 34.9%
B = 39%

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

#597785 (or 0x597785) is known color: Blue Bayoux. HEX triplet: 59, 77 and 85. RGB value is (89,119,133). Sum of RGB (Red+Green+Blue) = 89+119+133=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #597785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597785 is #A6887A. Grayscale: #6F6F6F. Windows color (decimal): -10913915 or 8746841. OLE color: 8746841.

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

Color convert

RGB 89 119 133 -
CMYK 0.33 0.11 0 0.48
HSL 199.09º 0.2% 0.44% -
HSV(B) 199.09º 0.33% 0.52% -
XYZ 14.95 17.01 24.69 -
YUV 111.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 89 119 133 0.33 0.11 0 0.48 199.09 0.2 0.44
Hex 59 77 85 21 B 0 30 C7 14 2C
Octal 131 167 205 41 13 0 60 307 24 54
Binary 1011001 1110111 10000101 100001 1011 0 110000 11000111 10100 101100

Color Harmonies of #597785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597785

Black with #597785

Text Example


Text Example

White with #597785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597785; }

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

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

background-color css

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

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

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

border-color css

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

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

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