#5A787D

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

Shades of Blue Bayoux #5A787D

Tints of Blue Bayoux #5A787D

Color information

#5A787D (or 0x5A787D) is unknown color: approx Blue Bayoux. HEX triplet: 5A, 78 and 7D. RGB value is (90,120,125). Sum of RGB (Red+Green+Blue) = 90+120+125=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A787D is #A58782. Grayscale: #6F6F6F. Windows color (decimal): -10848131 or 8222810. OLE color: 8222810.

HSL color Cylindrical-coordinate representation of color #5A787D: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A787D is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB90120125-
CMYK0.280.0400.51
HSL188.57º16.28%42.16%-
HSV(B)188.57º28%49.02%-
XYZ14.6317.0921.93-
YUV111.6135.56112.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=26.87%
G=35.82%
B=37.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901201250.280.0400.51188.5716.2842.16
Hex5A787D1C4033bd102a
Octal1321701753440632752052
Binary1011010111100011111011110010001100111011110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A787D; }

 p { color: rgb(90,120,125); }

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

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

 a { background-color: rgb(90,120,125); }

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

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

 span { border-color: rgb(90,120,125); }

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