Html Css Color HEX #57787B Breaker Bay

📋 copy color: '#57787B'

red 87 ◦ green 120 ◦ blue 123

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

Shades of Breaker Bay #57787B

Tints of Breaker Bay #57787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 26.36%
G = 36.36%
B = 37.27%

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

#57787B (or 0x57787B) is known color: Breaker Bay. HEX triplet: 57, 78 and 7B. RGB value is (87,120,123). Sum of RGB (Red+Green+Blue) = 87+120+123=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #57787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57787B is #A88784. Grayscale: #6E6E6E. Windows color (decimal): -11044741 or 8091735. OLE color: 8091735.

HSL color Cylindrical-coordinate representation of color #57787B: hue angle of 185º 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 #57787B is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 120 123 -
CMYK 0.29 0.02 0 0.52
HSL 185º 0.17% 0.41% -
HSV(B) 185º 0.29% 0.48% -
XYZ 14.22 16.89 21.25 -
YUV 110.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 87 120 123 0.29 0.02 0 0.52 185 0.17 0.41
Hex 57 78 7B 1D 2 0 34 B9 11 29
Octal 127 170 173 35 2 0 64 271 21 51
Binary 1010111 1111000 1111011 11101 10 0 110100 10111001 10001 101001

Color Harmonies of #57787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57787B

Black with #57787B

Text Example


Text Example

White with #57787B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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