Html Css Color HEX #597C7A Breaker Bay

📋 copy color: '#597C7A'

red 89 ◦ green 124 ◦ blue 122

#597C7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #597C7A

Tints of Breaker Bay #597C7A

RGB

 RED value IS 89 (35.16% from 255) = 26.57%

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 26.57%
G = 37.01%
B = 36.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#597C7A (or 0x597C7A) is known color: Breaker Bay. HEX triplet: 59, 7C and 7A. RGB value is (89,124,122). Sum of RGB (Red+Green+Blue) = 89+124+122=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #597C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C7A is #A68385. Grayscale: #717171. Windows color (decimal): -10912646 or 8027225. OLE color: 8027225.

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

Color convert

RGB 89 124 122 -
CMYK 0.28 0 0.02 0.51
HSL 176.57º 0.16% 0.42% -
HSV(B) 176.57º 0.28% 0.49% -
XYZ 14.84 17.94 21.09 -
YUV 113.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 89 124 122 0.28 0 0.02 0.51 176.57 0.16 0.42
Hex 59 7C 7A 1C 0 2 33 B1 10 2A
Octal 131 174 172 34 0 2 63 261 20 52
Binary 1011001 1111100 1111010 11100 0 10 110011 10110001 10000 101010

Color Harmonies of #597C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597C7A

Black with #597C7A

Text Example


Text Example

White with #597C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #597C7A;
 }
 .AnyTagClassName
 {
   color: #597C7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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