#56867C

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

Shades of Breaker Bay #56867C

Tints of Breaker Bay #56867C

Color information

#56867C (or 0x56867C) is unknown color: approx Breaker Bay. HEX triplet: 56, 86 and 7C. RGB value is (86,134,124). Sum of RGB (Red+Green+Blue) = 86+134+124=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #56867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56867C is #A97983. Grayscale: #767676. Windows color (decimal): -11106692 or 8160854. OLE color: 8160854.

HSL color Cylindrical-coordinate representation of color #56867C: hue angle of 167.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56867C is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB86134124-
CMYK0.3600.070.47
HSL167.5º21.82%43.14%-
HSV(B)167.5º35.82%52.55%-
XYZ1620.4822.18-
YUV118.51131.1104.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=25%
G=38.95%
B=36.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861341240.3600.070.47167.521.8243.14
Hex56867C24072Fa7162b
Octal1262061744407572472653
Binary101011010000110111110010010001111011111010011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56867C; }

 p { color: rgb(86,134,124); }

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

<style>
 a { background-color: #56867C; }

 a { background-color: rgb(86,134,124); }

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

<style>
 span { border-color: #56867C; }

 span { border-color: rgb(86,134,124); }

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