Html Css Color HEX #597381 Blue Bayoux

📋 copy color: '#597381'

red 89 ◦ green 115 ◦ blue 129

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

Shades of Blue Bayoux #597381

Tints of Blue Bayoux #597381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

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

R = 26.73%
G = 34.53%
B = 38.74%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#597381 (or 0x597381) is known color: Blue Bayoux. HEX triplet: 59, 73 and 81. RGB value is (89,115,129). Sum of RGB (Red+Green+Blue) = 89+115+129=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #597381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597381 is #A68C7E. Grayscale: #6C6C6C. Windows color (decimal): -10914943 or 8483673. OLE color: 8483673.

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

Color convert

RGB 89 115 129 -
CMYK 0.31 0.11 0 0.49
HSL 201º 0.18% 0.43% -
HSV(B) 201º 0.31% 0.51% -
XYZ 14.21 15.97 23.1 -
YUV 108.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 89 115 129 0.31 0.11 0 0.49 201 0.18 0.43
Hex 59 73 81 1F B 0 31 C9 12 2B
Octal 131 163 201 37 13 0 61 311 22 53
Binary 1011001 1110011 10000001 11111 1011 0 110001 11001001 10010 101011

Color Harmonies of #597381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597381

Black with #597381

Text Example


Text Example

White with #597381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597381; }

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

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

background-color css

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

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

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

border-color css

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

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

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