#5A7B79

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

Shades of Breaker Bay #5A7B79

Tints of Breaker Bay #5A7B79

Color information

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

HSL color Cylindrical-coordinate representation of color #5A7B79: hue angle of 176.36º 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 #5A7B79 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB90123121-
CMYK0.2700.020.52
HSL176.36º15.49%41.76%-
HSV(B)176.36º26.83%48.24%-
XYZ14.7517.7220.73-
YUV112.9132.57111.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal901231210.2700.020.52176.3615.4941.76
Hex5A7B791B0234b0f2a
Octal1321731713302642601752
Binary10110101111011111100111011010110100101100001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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