#597A7A

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

Shades of Breaker Bay #597A7A

Tints of Breaker Bay #597A7A

Color information

#597A7A (or 0x597A7A) is unknown color: approx Breaker Bay. HEX triplet: 59, 7A and 7A. RGB value is (89,122,122). Sum of RGB (Red+Green+Blue) = 89+122+122=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #597A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597A7A is #A68585. Grayscale: #707070. Windows color (decimal): -10913158 or 8026713. OLE color: 8026713.

HSL color Cylindrical-coordinate representation of color #597A7A: hue angle of 180º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #597A7A is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB89122122-
CMYK0.27000.52
HSL180º15.64%41.37%-
HSV(B)180º27.05%47.84%-
XYZ14.5917.4521.01-
YUV112.13133.57111.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=26.73%
G=36.64%
B=36.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891221220.27000.5218015.6441.37
Hex597A7A1B0034b41029
Octal1311721723300642642051
Binary10110011111010111101011011001101001011010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597A7A; }

 p { color: rgb(89,122,122); }

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

<style>
 a { background-color: #597A7A; }

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

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

<style>
 span { border-color: #597A7A; }

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

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