Html Css Color HEX #57797B Breaker Bay

📋 copy color: '#57797B'

red 87 ◦ green 121 ◦ blue 123

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

Shades of Breaker Bay #57797B

Tints of Breaker Bay #57797B

RGB

 RED value IS 87 (34.38% from 255) = 26.28%

 GREEN value IS 121 (47.66% from 255) = 36.56%

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 26.28%
G = 36.56%
B = 37.16%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57797B (or 0x57797B) is known color: Breaker Bay. HEX triplet: 57, 79 and 7B. RGB value is (87,121,123). Sum of RGB (Red+Green+Blue) = 87+121+123=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #57797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57797B is #A88684. Grayscale: #6F6F6F. Windows color (decimal): -11044485 or 8091991. OLE color: 8091991.

HSL color Cylindrical-coordinate representation of color #57797B: hue angle of 183.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57797B is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 121 123 -
CMYK 0.29 0.02 0 0.52
HSL 183.33º 0.17% 0.41% -
HSV(B) 183.33º 0.29% 0.48% -
XYZ 14.34 17.13 21.29 -
YUV 111.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 87 121 123 0.29 0.02 0 0.52 183.33 0.17 0.41
Hex 57 79 7B 1D 2 0 34 B7 11 29
Octal 127 171 173 35 2 0 64 267 21 51
Binary 1010111 1111001 1111011 11101 10 0 110100 10110111 10001 101001

Color Harmonies of #57797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57797B

Black with #57797B

Text Example


Text Example

White with #57797B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57797B; }

 p { color: rgb(87,121,123); }

 H1.HeaderClassName
 {
   color: #57797B;
 }
 .AnyTagClassName
 {
   color: #57797B;
 }
</style>

background-color css

<style>
 a { background-color: #57797B; }

 a { background-color: rgb(87,121,123); }

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

border-color css

<style>
 span { border-color: #57797B; }

 span { border-color: rgb(87,121,123); }

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