Html Css Color HEX #597784 Blue Bayoux

📋 copy color: '#597784'

red 89 ◦ green 119 ◦ blue 132

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

Shades of Blue Bayoux #597784

Tints of Blue Bayoux #597784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 26.18%
G = 35%
B = 38.82%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#597784 (or 0x597784) is known color: Blue Bayoux. HEX triplet: 59, 77 and 84. RGB value is (89,119,132). Sum of RGB (Red+Green+Blue) = 89+119+132=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #597784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597784 is #A6887B. Grayscale: #6F6F6F. Windows color (decimal): -10913916 or 8681305. OLE color: 8681305.

HSL color Cylindrical-coordinate representation of color #597784: hue angle of 198.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #597784 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 119 132 -
CMYK 0.33 0.10 0 0.48
HSL 198.14º 0.19% 0.43% -
HSV(B) 198.14º 0.33% 0.52% -
XYZ 14.88 16.98 24.32 -
YUV 111.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 89 119 132 0.33 0.10 0 0.48 198.14 0.19 0.43
Hex 59 77 84 21 A 0 30 C6 13 2B
Octal 131 167 204 41 12 0 60 306 23 53
Binary 1011001 1110111 10000100 100001 1010 0 110000 11000110 10011 101011

Color Harmonies of #597784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597784

Black with #597784

Text Example


Text Example

White with #597784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597784; }

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

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

background-color css

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

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

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

border-color css

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

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

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