#597884

Color #597884 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #597884

Tints of Blue Bayoux #597884

Color information

#597884 (or 0x597884) is unknown color: approx Blue Bayoux. HEX triplet: 59, 78 and 84. RGB value is (89,120,132). Sum of RGB (Red+Green+Blue) = 89+120+132=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #597884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597884 is #A6877B. Grayscale: #707070. Windows color (decimal): -10913660 or 8681561. OLE color: 8681561.

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

Color convert

RGB89120132-
CMYK0.330.0900.48
HSL196.74º19.46%43.33%-
HSV(B)196.74º32.58%51.76%-
XYZ1517.2224.36-
YUV112.1139.23111.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=26.10%
G=35.19%
B=38.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891201320.330.0900.48196.7419.4643.33
Hex597884219030c5132b
Octal13117020441110603052353
Binary1011001111100010000100100001100101100001100010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597884; }

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

 H1.HeaderClassName
 {
   color: #597884;
 }
 .AnyTagClassName
 {
   color: #597884;
 }
</style>
background-color css

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

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

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

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

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

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