#56817E

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

Shades of Breaker Bay #56817E

Tints of Breaker Bay #56817E

Color information

#56817E (or 0x56817E) is unknown color: approx Breaker Bay. HEX triplet: 56, 81 and 7E. RGB value is (86,129,126). Sum of RGB (Red+Green+Blue) = 86+129+126=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #56817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56817E is #A97E81. Grayscale: #737373. Windows color (decimal): -11107970 or 8290646. OLE color: 8290646.

HSL color Cylindrical-coordinate representation of color #56817E: hue angle of 175.81º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56817E is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB86129126-
CMYK0.3300.020.49
HSL175.81º20%42.16%-
HSV(B)175.81º33.33%50.59%-
XYZ15.4519.1922.63-
YUV115.8133.75106.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=25.22%
G=37.83%
B=36.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861291260.3300.020.49175.812042.16
Hex56817E210231b0142a
Octal1262011764102612602452
Binary10101101000000111111101000010101100011011000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56817E; }

 p { color: rgb(86,129,126); }

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

<style>
 a { background-color: #56817E; }

 a { background-color: rgb(86,129,126); }

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

<style>
 span { border-color: #56817E; }

 span { border-color: rgb(86,129,126); }

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