Html Css Color HEX #56777B Breaker Bay

📋 copy color: '#56777B'

red 86 ◦ green 119 ◦ blue 123

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

Shades of Breaker Bay #56777B

Tints of Breaker Bay #56777B

RGB

 RED value IS 86 (33.98% from 255) = 26.22%

 GREEN value IS 119 (46.88% from 255) = 36.28%

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

R = 26.22%
G = 36.28%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56777B (or 0x56777B) is known color: Breaker Bay. HEX triplet: 56, 77 and 7B. RGB value is (86,119,123). Sum of RGB (Red+Green+Blue) = 86+119+123=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #56777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56777B is #A98884. Grayscale: #6D6D6D. Windows color (decimal): -11110533 or 8091478. OLE color: 8091478.

HSL color Cylindrical-coordinate representation of color #56777B: hue angle of 186.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56777B is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 119 123 -
CMYK 0.30 0.03 0 0.52
HSL 186.49º 0.18% 0.41% -
HSV(B) 186.49º 0.3% 0.48% -
XYZ 14.01 16.6 21.21 -
YUV 109.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 86 119 123 0.30 0.03 0 0.52 186.49 0.18 0.41
Hex 56 77 7B 1E 3 0 34 BA 12 29
Octal 126 167 173 36 3 0 64 272 22 51
Binary 1010110 1110111 1111011 11110 11 0 110100 10111010 10010 101001

Color Harmonies of #56777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56777B

Black with #56777B

Text Example


Text Example

White with #56777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,119,123); }

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

background-color css

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

 a { background-color: rgb(86,119,123); }

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

border-color css

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

 span { border-color: rgb(86,119,123); }

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