Html Css Color HEX #597A7C Breaker Bay

📋 copy color: '#597A7C'

red 89 ◦ green 122 ◦ blue 124

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

Shades of Breaker Bay #597A7C

Tints of Breaker Bay #597A7C

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #597A7C: hue angle of 183.43º 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 #597A7C is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 122 124 -
CMYK 0.28 0.02 0 0.51
HSL 183.43º 0.16% 0.42% -
HSV(B) 183.43º 0.28% 0.49% -
XYZ 14.72 17.5 21.67 -
YUV 112.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 89 122 124 0.28 0.02 0 0.51 183.43 0.16 0.42
Hex 59 7A 7C 1C 2 0 33 B7 10 2A
Octal 131 172 174 34 2 0 63 267 20 52
Binary 1011001 1111010 1111100 11100 10 0 110011 10110111 10000 101010

Color Harmonies of #597A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597A7C

Black with #597A7C

Text Example


Text Example

White with #597A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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