#5A7C7A

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

Shades of Breaker Bay #5A7C7A

Tints of Breaker Bay #5A7C7A

Color information

#5A7C7A (or 0x5A7C7A) is unknown color: approx Breaker Bay. HEX triplet: 5A, 7C and 7A. RGB value is (90,124,122). Sum of RGB (Red+Green+Blue) = 90+124+122=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C7A is #A58385. Grayscale: #717171. Windows color (decimal): -10847110 or 8027226. OLE color: 8027226.

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

Color convert

RGB90124122-
CMYK0.2700.020.51
HSL176.47º15.89%41.96%-
HSV(B)176.47º27.42%48.63%-
XYZ14.9417.9921.1-
YUV113.61132.74111.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.79%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=26.79%
G=36.90%
B=36.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901241220.2700.020.51176.4715.8941.96
Hex5A7C7A1B0233b0102a
Octal1321741723302632602052
Binary101101011111001111010110110101100111011000010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,122); }

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

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

 a { background-color: rgb(90,124,122); }

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

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

 span { border-color: rgb(90,124,122); }

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