#5A7B7A

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

Shades of Breaker Bay #5A7B7A

Tints of Breaker Bay #5A7B7A

Color information

#5A7B7A (or 0x5A7B7A) is unknown color: approx Breaker Bay. HEX triplet: 5A, 7B and 7A. RGB value is (90,123,122). Sum of RGB (Red+Green+Blue) = 90+123+122=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B7A is #A58485. Grayscale: #707070. Windows color (decimal): -10847366 or 8026970. OLE color: 8026970.

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

Color convert

RGB90123122-
CMYK0.2700.010.52
HSL178.18º15.49%41.76%-
HSV(B)178.18º26.83%48.24%-
XYZ14.8117.7421.06-
YUV113.02133.07111.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 123 (48.44% from 255) = 36.72%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=26.87%
G=36.72%
B=36.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal901231220.2700.010.52178.1815.4941.76
Hex5A7B7A1B0134b2f2a
Octal1321731723301642621752
Binary1011010111101111110101101101110100101100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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