#567D77

Color #567D77 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #567D77

Tints of Breaker Bay #567D77

Color information

#567D77 (or 0x567D77) is unknown color: approx Breaker Bay. HEX triplet: 56, 7D and 77. RGB value is (86,125,119). Sum of RGB (Red+Green+Blue) = 86+125+119=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #567D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D77 is #A98288. Grayscale: #707070. Windows color (decimal): -11109001 or 7830870. OLE color: 7830870.

HSL color Cylindrical-coordinate representation of color #567D77: hue angle of 170.77º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567D77 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB86125119-
CMYK0.3100.050.51
HSL170.77º18.48%41.37%-
HSV(B)170.77º31.2%49.02%-
XYZ14.517.9820.16-
YUV112.66131.58108.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=26.06%
G=37.88%
B=36.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861251190.3100.050.51170.7718.4841.37
Hex567D771F0533ab1229
Octal1261751673705632532251
Binary1010110111110111101111111101011100111010101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567D77; }

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

 H1.HeaderClassName
 {
   color: #567D77;
 }
 .AnyTagClassName
 {
   color: #567D77;
 }
</style>
background-color css

<style>
 a { background-color: #567D77; }

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

 div.DivClassName
 {
   background-color: #567D77;
 }
 .BgClassName
 {
   background-color: #567D77;
 }
</style>
border-color css

<style>
 span { border-color: #567D77; }

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

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