Html Css Color HEX #597985 Blue Bayoux

📋 copy color: '#597985'

red 89 ◦ green 121 ◦ blue 133

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

Shades of Blue Bayoux #597985

Tints of Blue Bayoux #597985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

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

R = 25.95%
G = 35.28%
B = 38.78%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597985 (or 0x597985) is known color: Blue Bayoux. HEX triplet: 59, 79 and 85. RGB value is (89,121,133). Sum of RGB (Red+Green+Blue) = 89+121+133=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #597985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597985 is #A6867A. Grayscale: #707070. Windows color (decimal): -10913403 or 8747353. OLE color: 8747353.

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

Color convert

RGB 89 121 133 -
CMYK 0.33 0.09 0 0.48
HSL 196.36º 0.2% 0.44% -
HSV(B) 196.36º 0.33% 0.52% -
XYZ 15.19 17.49 24.77 -
YUV 112.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 89 121 133 0.33 0.09 0 0.48 196.36 0.2 0.44
Hex 59 79 85 21 9 0 30 C4 14 2C
Octal 131 171 205 41 11 0 60 304 24 54
Binary 1011001 1111001 10000101 100001 1001 0 110000 11000100 10100 101100

Color Harmonies of #597985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597985

Black with #597985

Text Example


Text Example

White with #597985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597985; }

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

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

background-color css

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

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

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

border-color css

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

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

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