#5A7B78

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

Shades of Breaker Bay #5A7B78

Tints of Breaker Bay #5A7B78

Color information

#5A7B78 (or 0x5A7B78) is unknown color: approx Breaker Bay. HEX triplet: 5A, 7B and 78. RGB value is (90,123,120). Sum of RGB (Red+Green+Blue) = 90+123+120=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B78 is #A58487. Grayscale: #707070. Windows color (decimal): -10847368 or 7895898. OLE color: 7895898.

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

Color convert

RGB90123120-
CMYK0.2700.020.52
HSL174.55º15.49%41.76%-
HSV(B)174.55º26.83%48.24%-
XYZ14.6917.720.41-
YUV112.79132.07111.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.03%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=27.03%
G=36.94%
B=36.04%

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
Decimal901231200.2700.020.52174.5515.4941.76
Hex5A7B781B0234aff2a
Octal1321731703302642571752
Binary10110101111011111100011011010110100101011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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