Html Css Color HEX #597F7C Breaker Bay

📋 copy color: '#597F7C'

red 89 ◦ green 127 ◦ blue 124

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

Shades of Breaker Bay #597F7C

Tints of Breaker Bay #597F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 26.18%
G = 37.35%
B = 36.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#597F7C (or 0x597F7C) is known color: Breaker Bay. HEX triplet: 59, 7F and 7C. RGB value is (89,127,124). Sum of RGB (Red+Green+Blue) = 89+127+124=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 127 - color contains mainly: green. Hex color #597F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597F7C is #A68083. Grayscale: #737373. Windows color (decimal): -10911876 or 8159065. OLE color: 8159065.

HSL color Cylindrical-coordinate representation of color #597F7C: hue angle of 175.26º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597F7C is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 127 124 -
CMYK 0.30 0 0.02 0.50
HSL 175.26º 0.18% 0.42% -
HSV(B) 175.26º 0.3% 0.5% -
XYZ 15.35 18.76 21.88 -
YUV 115.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 89 127 124 0.30 0 0.02 0.50 175.26 0.18 0.42
Hex 59 7F 7C 1E 0 2 32 AF 12 2A
Octal 131 177 174 36 0 2 62 257 22 52
Binary 1011001 1111111 1111100 11110 0 10 110010 10101111 10010 101010

Color Harmonies of #597F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597F7C

Black with #597F7C

Text Example


Text Example

White with #597F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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