#5A797B

Color #5A797B Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #5A797B

Tints of Breaker Bay #5A797B

Color information

#5A797B (or 0x5A797B) is unknown color: approx Breaker Bay. HEX triplet: 5A, 79 and 7B. RGB value is (90,121,123). Sum of RGB (Red+Green+Blue) = 90+121+123=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A797B is #A58684. Grayscale: #6F6F6F. Windows color (decimal): -10847877 or 8091994. OLE color: 8091994.

HSL color Cylindrical-coordinate representation of color #5A797B: hue angle of 183.64º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A797B is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB90121123-
CMYK0.270.0200.52
HSL183.64º15.49%41.76%-
HSV(B)183.64º26.83%48.24%-
XYZ14.6317.2821.3-
YUV111.96134.23112.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.95%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=26.95%
G=36.23%
B=36.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal901211230.270.0200.52183.6415.4941.76
Hex5A797B1B2034b8f2a
Octal1321711733320642701752
Binary10110101111001111101111011100110100101110001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,123); }

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

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

 a { background-color: rgb(90,121,123); }

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

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

 span { border-color: rgb(90,121,123); }

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