Html Css Color HEX #597981 Blue Bayoux

📋 copy color: '#597981'

red 89 ◦ green 121 ◦ blue 129

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

Shades of Blue Bayoux #597981

Tints of Blue Bayoux #597981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 26.25%
G = 35.69%
B = 38.05%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#597981 (or 0x597981) is known color: Blue Bayoux. HEX triplet: 59, 79 and 81. RGB value is (89,121,129). Sum of RGB (Red+Green+Blue) = 89+121+129=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: blue. Hex color #597981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597981 is #A6867E. Grayscale: #707070. Windows color (decimal): -10913407 or 8485209. OLE color: 8485209.

HSL color Cylindrical-coordinate representation of color #597981: hue angle of 192º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #597981 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 121 129 -
CMYK 0.31 0.06 0 0.49
HSL 192º 0.18% 0.43% -
HSV(B) 192º 0.31% 0.51% -
XYZ 14.92 17.38 23.34 -
YUV 112.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 89 121 129 0.31 0.06 0 0.49 192 0.18 0.43
Hex 59 79 81 1F 6 0 31 C0 12 2B
Octal 131 171 201 37 6 0 61 300 22 53
Binary 1011001 1111001 10000001 11111 110 0 110001 11000000 10010 101011

Color Harmonies of #597981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597981

Black with #597981

Text Example


Text Example

White with #597981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597981; }

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

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

background-color css

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

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

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

border-color css

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

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

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